Skip to content

Commit 0af5142

Browse files
committed
⬆️ UPGRADE: Autoupdate pre-commit config
1 parent 6bb8f73 commit 0af5142

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
@@ -28,7 +28,7 @@ repos:
2828
types_or: [python, pyi]
2929
additional_dependencies: [black==23.1.0]
3030
- repo: https://github.com/charliermarsh/ruff-pre-commit
31-
rev: v0.0.244
31+
rev: v0.0.253
3232
hooks:
3333
- id: ruff
3434
- repo: https://github.com/jendrikseipp/vulture
@@ -45,7 +45,7 @@ repos:
4545
types_or: [python, rst, markdown]
4646
additional_dependencies: [tomli]
4747
- repo: https://github.com/MarcoGorelli/cython-lint
48-
rev: v0.12.4
48+
rev: v0.12.5
4949
hooks:
5050
- id: cython-lint
5151
- id: double-quote-cython-strings
@@ -78,12 +78,12 @@ repos:
7878
'--filter=-readability/casting,-runtime/int,-build/include_subdir,-readability/fn_size'
7979
]
8080
- repo: https://github.com/pycqa/pylint
81-
rev: v2.16.1
81+
rev: v2.16.2
8282
hooks:
8383
- id: pylint
8484
stages: [manual]
8585
- repo: https://github.com/pycqa/pylint
86-
rev: v2.16.1
86+
rev: v2.16.2
8787
hooks:
8888
- id: pylint
8989
alias: redefined-outer-name

0 commit comments

Comments
 (0)