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 98acbf1 commit 153ef57Copy full SHA for 153ef57
1 file changed
.pre-commit-config.yaml
@@ -0,0 +1,11 @@
1
+repos:
2
+- repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v2.3.0
4
+ hooks:
5
+ - id: check-merge-conflict # prevent committing files with merge conflicts
6
+ - id: flake8 # checks for flake8 errors
7
+- repo: https://github.com/psf/black
8
+ rev: 26.5.1
9
10
+ - id: black
11
+ language_version: python3
0 commit comments