Skip to content

Commit 829313d

Browse files
authored
Merge pull request #18 from sirosen/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f9b6b74 + 783b4c3 commit 829313d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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.31.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"]
@@ -29,15 +29,15 @@ repos:
2929
hooks:
3030
- id: flake8
3131
additional_dependencies:
32-
- 'flake8-bugbear==24.8.19'
33-
- 'flake8-comprehensions==3.15.0'
34-
- 'flake8-typing-as-t==0.0.3'
32+
- 'flake8-bugbear==24.12.12'
33+
- 'flake8-comprehensions==3.16.0'
34+
- 'flake8-typing-as-t==1.0.0'
3535
- repo: https://github.com/PyCQA/isort
3636
rev: 5.13.2
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)