We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a8f9d commit 6c1e67eCopy full SHA for 6c1e67e
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
# https://pre-commit.com/
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.1.0
+ rev: v4.2.0
5
hooks:
6
- id: trailing-whitespace
7
- id: end-of-file-fixer
@@ -15,7 +15,7 @@ repos:
15
- id: flake8
16
args: [ --max-line-length=120 ]
17
- repo: https://github.com/psf/black
18
- rev: 22.1.0
+ rev: 22.3.0
19
20
- id: black
21
args: [--safe, --line-length=120]
0 commit comments