Skip to content

Commit a70ea3a

Browse files
authored
Merge pull request #458 from PyGotham/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 4ece8dd + f00f7ea commit a70ea3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ repos:
2828
- id: autoflake
2929
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variables']
3030
- repo: https://github.com/PyCQA/isort
31-
rev: 5.13.2
31+
rev: 6.0.0
3232
hooks:
3333
- id: isort
3434
- repo: https://github.com/psf/black
35-
rev: 24.10.0
35+
rev: 25.1.0
3636
hooks:
3737
- id: black
3838
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)