Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1)
- [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
- [github.com/psf/black: 23.12.1 → 25.1.0](psf/black@23.12.1...25.1.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.9.7](astral-sh/ruff-pre-commit@v0.1.11...v0.9.7)
  • Loading branch information
pre-commit-ci[bot] authored Feb 24, 2025
1 parent 33b6366 commit 5374ee1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
rev: v2.3.1
hooks:
- id: autoflake
name: Remove unused variables and imports
Expand All @@ -18,7 +18,7 @@ repos:
files: \.py$

- repo: https://github.com/PyCQA/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
name: (isort) Sorting import statements
Expand All @@ -28,7 +28,7 @@ repos:
files: \.py$

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 25.1.0
hooks:
- id: black
name: (black) Format Python code
Expand All @@ -43,7 +43,7 @@ repos:
types: [jupyter]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.11"
rev: "v0.9.7"
hooks:
- id: ruff
args: ["--config", "pyproject.toml", "--fix", "./sheeprl"]

0 comments on commit 5374ee1

Please sign in to comment.