Skip to content

Commit e551263

Browse files
authored
build: update pre-commit hooks (#281)
1 parent 845ffc5 commit e551263

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
args: [--autofix, --indent, '2']
4646

4747
- repo: https://github.com/python-jsonschema/check-jsonschema
48-
rev: 84080c769d17e250eb32ac0d10662c7bf03ad346 # frozen: 0.31.3
48+
rev: 06e4cc849d03f3a59ca223a4046f4bb5bb2aba6d # frozen: 0.33.0
4949
hooks:
5050
- id: check-dependabot
5151
- id: check-github-workflows
@@ -80,7 +80,7 @@ repos:
8080
- ruff==0.6.1
8181

8282
- repo: https://github.com/astral-sh/ruff-pre-commit
83-
rev: 99abe27a5a16f301d9e0a3828181399dfbf54ebd # frozen: v0.11.0
83+
rev: e84319e627902e1b348574ecf3238dc511933dc7 # frozen: v0.11.7
8484
hooks:
8585
- id: ruff
8686
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
@@ -106,19 +106,19 @@ repos:
106106
- id: sp-repo-review
107107

108108
- repo: https://github.com/crate-ci/typos
109-
rev: 2300ad1b6b5c37da54bcafb1a06211196503eac9 # frozen: v1
109+
rev: 15ff058881549e16b0edb975a9b0b0d0cccd612c # frozen: v1
110110
hooks:
111111
- id: typos
112112
args: [--force-exclude]
113113
exclude: src/re3data/_resources/repository.py|tests/conftest.py
114114

115115
- repo: https://github.com/FHPythonUtils/LicenseCheck/
116-
rev: ce61579e4b9bb83d0697f78997a400d7a2554a4f # frozen: 2024.3
116+
rev: 1396d3408d6c08cad89229fa30ef17a35e35d5c4 # frozen: 2025.1.0
117117
hooks:
118118
- id: licensecheck
119119

120120
- repo: https://github.com/compilerla/conventional-pre-commit
121-
rev: 4394e2e7ab54549ad3f61cd32ae044710f885d12 # frozen: v4.0.0
121+
rev: fa1915d04e129bcd0dccabf6aca53cdc19787ab4 # frozen: v4.1.0
122122
hooks:
123123
- id: conventional-pre-commit
124124
stages: [commit-msg]

0 commit comments

Comments
 (0)