We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64cb85 commit 9bf0543Copy full SHA for 9bf0543
.pre-commit-config.yaml
@@ -25,11 +25,11 @@ repos:
25
- repo: https://github.com/pycqa/flake8
26
# NOTE: flake8 v6 requires python >=3.8.1 but
27
# Aesara still supports python 3.7.
28
- rev: 5.0.4
+ rev: 6.0.0
29
hooks:
30
- id: flake8
31
- repo: https://github.com/pycqa/isort
32
- rev: 5.11.4
+ rev: 5.12.0
33
34
- id: isort
35
- repo: https://github.com/humitos/mirrors-autoflake.git
0 commit comments