Skip to content

Commit ffc9c4a

Browse files
pre-commit-ci[bot]sirosen
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/sirosen/dependency-groups: 0.3.0 → 1.3.0](sirosen/dependency-groups@0.3.0...1.3.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.30.0](python-jsonschema/check-jsonschema@0.29.3...0.30.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/sirosen/slyp: 0.7.1 → 0.8.1](sirosen/slyp@0.7.1...0.8.1)
1 parent f9b6b74 commit ffc9c4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ repos:
88
- id: check-merge-conflict
99
- id: trailing-whitespace
1010
- repo: https://github.com/sirosen/dependency-groups
11-
rev: 0.3.0
11+
rev: 1.3.0
1212
hooks:
1313
- id: lint-dependency-groups
1414
- repo: https://github.com/python-jsonschema/check-jsonschema
15-
rev: 0.29.3
15+
rev: 0.30.0
1616
hooks:
1717
- id: check-github-workflows
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.17.0
19+
rev: v3.19.1
2020
hooks:
2121
- id: pyupgrade
2222
args: ["--py38-plus"]
@@ -37,7 +37,7 @@ repos:
3737
hooks:
3838
- id: isort
3939
- repo: https://github.com/sirosen/slyp
40-
rev: 0.7.1
40+
rev: 0.8.1
4141
hooks:
4242
- id: slyp
4343
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)