We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e806a7 commit b40ae1bCopy full SHA for b40ae1b
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0 # DO NOT UPDATE: last version to be compatible with Python 3.6
+ rev: v5.0.0 # DO NOT UPDATE: last version to be compatible with Python 3.6
4
hooks:
5
- id: check-added-large-files
6
- id: check-case-conflict
@@ -20,7 +20,7 @@ repos:
20
#- id: trailing-whitespace # not ready yet
21
22
- repo: https://github.com/PyCQA/flake8
23
- rev: 7.0.0
+ rev: 7.1.1
24
25
- id: flake8
26
name: flake8 under python3
0 commit comments