Skip to content

Commit 755eb67

Browse files
ulgensSaptakS
authored andcommitted
Update pre-commit-hooks to v6
1 parent a2a11c9 commit 755eb67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33
python: python3
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: "v5.0.0"
6+
rev: "v6.0.0"
77
hooks:
88
- id: check-added-large-files
99
args: ["--maxkb=1024"]
@@ -23,7 +23,7 @@ repos:
2323
exclude_types: [json, sql]
2424
- id: file-contents-sorter
2525
files: ^(requirements/\w*.txt)$
26-
args: ["--ignore-case", "--unique"]
26+
args: ["--ignore-case"]
2727
- id: fix-byte-order-marker
2828
- id: mixed-line-ending
2929
- id: trailing-whitespace

0 commit comments

Comments
 (0)