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 064d3a3 commit ea96217Copy full SHA for ea96217
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: check-merge-conflict # Check for files that contain merge conflict strings.
11
12
- repo: https://github.com/PyCQA/flake8
13
- rev: 7.2.0
+ rev: 7.3.0
14
hooks:
15
- id: flake8 # Check style and syntax. Does not modify code, issues have to be solved manually.
16
args: [
0 commit comments