Skip to content

Commit d15a3d4

Browse files
authoredFeb 23, 2025
Merge pull request #174 from andthum/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 140c8c4 + 4891092 commit d15a3d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ repos:
108108
- id: "check-pre-commit-ci-config"
109109

110110
- repo: "https://github.com/python-jsonschema/check-jsonschema"
111-
rev: "0.29.4"
111+
rev: "0.31.2"
112112
hooks:
113113
# Validate Dependabot Config (v2) against the schema provided by
114114
# SchemaStore.
@@ -145,7 +145,7 @@ repos:
145145
- id: "rst-inline-touching-normal"
146146

147147
- repo: "https://github.com/PyCQA/isort"
148-
rev: "5.13.2"
148+
rev: "6.0.0"
149149
hooks:
150150
# Sort import statements with isort
151151
- id: "isort"
@@ -176,7 +176,7 @@ repos:
176176
- "--color"
177177

178178
- repo: "https://github.com/PyCQA/flake8"
179-
rev: "7.1.1"
179+
rev: "7.1.2"
180180
hooks:
181181
# Lint Python code with Flake8.
182182
- id: "flake8"
@@ -195,7 +195,7 @@ repos:
195195
- "pep8-naming >=0.1, <1.0"
196196

197197
- repo: "https://github.com/PyCQA/bandit"
198-
rev: "1.7.10"
198+
rev: "1.8.3"
199199
hooks:
200200
# Check code security with bandit.
201201
- id: "bandit"

‎requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ flake8-isort >=6.0, <7.0
1717
flake8-logging-format >=0.1, <1.0
1818
flake8-pytest-style >=2.0, <3.0
1919
flake8-rst-docstrings >=0.2.6, <1.0
20-
isort >=5.0, <6.0
20+
isort >=6.0, <7.0
2121
pep8-naming >=0.1, <1.0
2222
pre-commit >=4.0, <5.0
2323
pytest >=8.0, <9.0

0 commit comments

Comments
 (0)
Failed to load comments.