Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into lightning_2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-alex-cunha authored Jan 29, 2024
2 parents be2fcc0 + 264afac commit f7331ec
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ updates:
# Allow up to 5 open pull requests for pip dependencies
open-pull-requests-limit: 5
reviewers:
- "Lightning-AI/core-lightning"
- "Borda"

# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
Expand All @@ -38,4 +38,4 @@ updates:
# Allow up to 5 open pull requests for GitHub Actions
open-pull-requests-limit: 5
reviewers:
- "Lightning-AI/core-lightning"
- "Borda"
12 changes: 6 additions & 6 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:
# uses: Lightning-AI/utilities/.github/workflows/[email protected]

check-typing:
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
uses: Lightning-AI/utilities/.github/workflows/[email protected].1
with:
actions-ref: v0.10.0
actions-ref: v0.10.1
extra-typing: typing

check-schema:
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
uses: Lightning-AI/utilities/.github/workflows/[email protected].1
with:
azure-dir: ".azure"

check-package:
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
uses: Lightning-AI/utilities/.github/workflows/[email protected].1
with:
actions-ref: v0.10.0
actions-ref: v0.10.1
import-name: "lightning_graphcore"
artifact-name: dist-packages-${{ github.sha }}
install-extras: "[pytorch-lightning]"
Expand All @@ -39,6 +39,6 @@ jobs:
}
check-docs:
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
uses: Lightning-AI/utilities/.github/workflows/[email protected].1
with:
requirements-file: "requirements/_docs.txt"
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-docs:
uses: Lightning-AI/utilities/.github/workflows/[email protected].0
uses: Lightning-AI/utilities/.github/workflows/[email protected].1
with:
requirements-file: "requirements/_docs.txt"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9

Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -22,7 +22,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/asottile/pyupgrade
rev: v3.14.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]
Expand All @@ -36,7 +36,7 @@ repos:
#args: ["--write-changes"] # uncomment if you want to get automatic fixing

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
# https://prettier.io/docs/en/options.html#print-width
Expand All @@ -50,7 +50,7 @@ repos:
args: ["--in-place"]

- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.12.1
hooks:
- id: black
name: Black code
Expand Down Expand Up @@ -78,7 +78,7 @@ repos:
- flake8-simplify

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
rev: v0.1.9
hooks:
- id: ruff
args: ["--fix"]
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mypy ==1.7.1
mypy ==1.8.0
pytorch-lightning ==2.0.9

0 comments on commit f7331ec

Please sign in to comment.