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 ec3daf6 commit 6cca531Copy full SHA for 6cca531
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: 'v4.0.1'
+ rev: 'v4.1.0'
4
hooks:
5
- id: check-merge-conflict
6
- repo: https://github.com/asottile/yesqa
@@ -17,7 +17,7 @@ repos:
17
- id: black
18
language_version: python3 # Should be a command that runs python3.6+
19
20
21
22
- id: end-of-file-fixer
23
exclude: >-
0 commit comments