Skip to content

Commit ee2a9d0

Browse files
authored
Merge pull request #560 from PyGotham/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents c0c9118 + 8091284 commit ee2a9d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ repos:
2323
- id: pyupgrade
2424
args: ['--py311-plus']
2525
- repo: https://github.com/PyCQA/autoflake
26-
rev: v2.3.1
26+
rev: v2.3.3
2727
hooks:
2828
- id: autoflake
2929
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variables']
3030
- repo: https://github.com/PyCQA/isort
31-
rev: 7.0.0
31+
rev: 8.0.0
3232
hooks:
3333
- id: isort
3434
- repo: https://github.com/psf/black-pre-commit-mirror

0 commit comments

Comments
 (0)