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 145fc64 commit 95bf2e8Copy full SHA for 95bf2e8
.pre-commit-config.yaml
@@ -4,3 +4,8 @@ repos:
4
hooks:
5
- id: pyupgrade
6
args: ["--py310-plus"]
7
+
8
+- repo: https://github.com/pycqa/flake8
9
+ rev: 7.3.0
10
+ hooks:
11
+ - id: flake8
0 commit comments