We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a8720 commit 5cff9a1Copy full SHA for 5cff9a1
.pre-commit-config.yaml
@@ -1,10 +1,18 @@
1
repos:
2
-- repo: https://github.com/psf/black
3
- rev: 22.3.0
+ - repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v4.3.0
4
hooks:
5
- - id: black
6
- language_version: python3.8
7
-- repo: https://gitlab.com/pycqa/flake8
+ - id: end-of-file-fixer
+ - id: trailing-whitespace
+ - id: no-commit-to-branch
8
+ args: [ --branch, master ]
9
+
10
+ - repo: https://github.com/psf/black
11
+ rev: 22.8.0
12
+ hooks:
13
+ - id: black
14
+ language_version: python3.8
15
+ - repo: https://gitlab.com/pycqa/flake8
16
rev: 3.7.9
17
- - id: flake8
18
+ - id: flake8
0 commit comments