We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7da0f6 commit ab86e21Copy full SHA for ab86e21
1 file changed
.pre-commit-config.yaml
@@ -2,10 +2,16 @@
2
# pre-commit install
3
4
repos:
5
+ - repo: https://github.com/pre-commit/pre-commit-hooks
6
+ rev: v4.1.0
7
+ hooks:
8
+ - id: check-yaml
9
+ - id: end-of-file-fixer
10
+ - id: trailing-whitespace
11
- repo: https://github.com/psf/black
12
rev: 22.1.0
13
hooks:
- - id: black
14
+ - id: black
15
- repo: https://gitlab.com/pycqa/flake8
16
rev: 3.8.4
17
0 commit comments