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 fc94086 commit 1d72e39Copy full SHA for 1d72e39
.pre-commit-config.yaml
@@ -4,15 +4,18 @@ default_language_version:
4
python: python3
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v2.4.0
+ rev: v4.1.0
8
hooks:
9
- id: check-executables-have-shebangs
10
- id: check-merge-conflict
11
- id: check-yaml
12
- id: end-of-file-fixer
13
- - id: flake8
14
- id: trailing-whitespace
+ - repo: https://github.com/pycqa/flake8
15
+ rev: 4.0.1
16
+ hooks:
17
+ - id: flake8
18
- repo: https://github.com/psf/black
- rev: 22.1.0
19
+ rev: 22.3.0
20
21
- id: black
0 commit comments