Skip to content

Commit 7c83ccd

Browse files
Update .pre-commit-config.yaml (#611)
* Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0a582c8 commit 7c83ccd

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,23 @@ updates:
66
interval: daily
77
time: "02:00"
88
open-pull-requests-limit: 10
9+
cooldown:
10+
default-days: 7
911

1012
- package-ecosystem: pip
1113
directory: "/{{cookiecutter.project_name}}"
1214
schedule:
1315
interval: daily
1416
time: "02:00"
1517
open-pull-requests-limit: 10
18+
cooldown:
19+
default-days: 7
1620

1721
- package-ecosystem: github-actions
1822
directory: "/"
1923
schedule:
2024
interval: daily
2125
time: "02:00"
2226
open-pull-requests-limit: 10
27+
cooldown:
28+
default-days: 7

.pre-commit-config.yaml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
11
repos:
2-
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v6.0.0
4-
hooks:
5-
- id: trailing-whitespace
6-
- id: end-of-file-fixer
7-
- id: check-yaml
8-
- id: check-toml
9-
- id: check-xml
10-
- id: check-merge-conflict
11-
- id: check-symlinks
12-
- id: check-illegal-windows-names
13-
- id: mixed-line-ending
14-
args: ["--fix=lf"]
15-
- id: check-case-conflict
16-
172
- repo: https://github.com/python-jsonschema/check-jsonschema
183
rev: 0.34.1
194
hooks:
@@ -35,12 +20,29 @@ repos:
3520
rev: v1.16.3
3621
hooks:
3722
- id: zizmor
23+
args:
24+
- "--no-progress"
25+
- "--fix"
3826

3927
- repo: https://github.com/shellcheck-py/shellcheck-py
4028
rev: v0.11.0.1
4129
hooks:
4230
- id: shellcheck
43-
args: ["--severity=style"]
31+
32+
- repo: https://github.com/pre-commit/pre-commit-hooks
33+
rev: v6.0.0
34+
hooks:
35+
- id: trailing-whitespace
36+
- id: end-of-file-fixer
37+
- id: check-yaml
38+
- id: check-toml
39+
- id: check-xml
40+
- id: check-merge-conflict
41+
- id: check-symlinks
42+
- id: check-illegal-windows-names
43+
- id: mixed-line-ending
44+
args: ["--fix=lf"]
45+
- id: check-case-conflict
4446

4547
# Should be the last:
4648
- repo: meta

0 commit comments

Comments
 (0)