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 c3d1e5c commit 795f6feCopy full SHA for 795f6fe
.pre-commit-config.yaml
@@ -0,0 +1,20 @@
1
+repos:
2
+- repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v4.0.1
4
+ hooks:
5
+ - id: check-added-large-files
6
+ - id: check-case-conflict
7
+ - id: check-merge-conflict
8
+ - id: check-symlinks
9
+ - id: check-yaml
10
+ - id: debug-statements
11
+ - id: end-of-file-fixer
12
+ - id: mixed-line-ending
13
+ - id: requirements-txt-fixer
14
+ - id: trailing-whitespace
15
+
16
+- repo: https://gitlab.com/pycqa/flake8
17
+ rev: 3.9.2
18
19
+ - id: flake8
20
+ additional_dependencies: [flake8-bugbear]
0 commit comments