Skip to content

Commit 5fcfe48

Browse files
[pre-commit.ci] pre-commit autoupdate
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.4.2](psf/black@23.12.1...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.4.5](astral-sh/ruff-pre-commit@v0.1.11...v0.4.5)
1 parent 878620a commit 5fcfe48

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/PyCQA/autoflake
3-
rev: v2.2.1
3+
rev: v2.3.1
44
hooks:
55
- id: autoflake
66
name: Remove unused variables and imports
@@ -28,7 +28,7 @@ repos:
2828
files: \.py$
2929

3030
- repo: https://github.com/psf/black
31-
rev: 23.12.1
31+
rev: 24.4.2
3232
hooks:
3333
- id: black
3434
name: (black) Format Python code
@@ -43,7 +43,7 @@ repos:
4343
types: [jupyter]
4444

4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: "v0.1.11"
46+
rev: "v0.4.5"
4747
hooks:
4848
- id: ruff
4949
args: ["--config", "pyproject.toml", "--fix", "./sheeprl"]

0 commit comments

Comments
 (0)