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/psf/black: 23.12.1 → 24.8.0](psf/black@23.12.1...24.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.6.5](astral-sh/ruff-pre-commit@v0.1.11...v0.6.5)
  • Loading branch information
pre-commit-ci[bot] authored Sep 16, 2024
1 parent 33b6366 commit 207daaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Down Expand Up @@ -28,7 +28,7 @@ repos:
files: \.py$

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.8.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.6.5"
hooks:
- id: ruff
args: ["--config", "pyproject.toml", "--fix", "./sheeprl"]

0 comments on commit 207daaf

Please sign in to comment.