Skip to content

Commit 445c7d3

Browse files
committed
Doit
1 parent b0bfe0c commit 445c7d3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
hooks:
77
- id: ruff-check
88
types_or: [ python, pyi, jupyter ]
9-
args: [ --fix, -v ]
9+
args: [ --fix ]
1010
- id: ruff-format
1111
types_or: [ python, pyi, jupyter ]
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -24,7 +24,7 @@ repos:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace
2626
- repo: https://github.com/lycheeverse/lychee
27-
rev: 92a9bca23f7a16124315d49f5b5e334311e29356 # frozen: nightly
27+
rev: 696a7cafc842c2c7728a3808b5ac5666bb3b652c # frozen: nightly
2828
hooks:
2929
- id: lychee-docker
3030
# Keep all other configs in the config file

{{cookiecutter.project_name|replace(" ", "")}}/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
hooks:
66
- id: ruff-check
77
types_or: [ python, pyi, jupyter ]
8-
args: [ --fix, -v ]
8+
args: [ --fix ]
99
- id: ruff-format
1010
types_or: [ python, pyi, jupyter ]
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -23,7 +23,7 @@ repos:
2323
- id: end-of-file-fixer
2424
- id: trailing-whitespace
2525
- repo: https://github.com/lycheeverse/lychee
26-
rev: 92a9bca23f7a16124315d49f5b5e334311e29356 # frozen: nightly
26+
rev: 696a7cafc842c2c7728a3808b5ac5666bb3b652c # frozen: nightly
2727
hooks:
2828
- id: lychee-docker
2929
# Keep all other configs in the config file

0 commit comments

Comments
 (0)