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 a2a11c9 commit 755eb67Copy full SHA for 755eb67
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
python: python3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: "v5.0.0"
+ rev: "v6.0.0"
7
hooks:
8
- id: check-added-large-files
9
args: ["--maxkb=1024"]
@@ -23,7 +23,7 @@ repos:
23
exclude_types: [json, sql]
24
- id: file-contents-sorter
25
files: ^(requirements/\w*.txt)$
26
- args: ["--ignore-case", "--unique"]
+ args: ["--ignore-case"]
27
- id: fix-byte-order-marker
28
- id: mixed-line-ending
29
- id: trailing-whitespace
0 commit comments