Skip to content

Commit 9bf0543

Browse files
Update pre-commit hook versions
1 parent b64cb85 commit 9bf0543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ repos:
2525
- repo: https://github.com/pycqa/flake8
2626
# NOTE: flake8 v6 requires python >=3.8.1 but
2727
# Aesara still supports python 3.7.
28-
rev: 5.0.4
28+
rev: 6.0.0
2929
hooks:
3030
- id: flake8
3131
- repo: https://github.com/pycqa/isort
32-
rev: 5.11.4
32+
rev: 5.12.0
3333
hooks:
3434
- id: isort
3535
- repo: https://github.com/humitos/mirrors-autoflake.git

0 commit comments

Comments
 (0)