Skip to content

Commit 52aa610

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.11.2](astral-sh/ruff-pre-commit@v0.1.1...v0.11.2) - [github.com/psf/black: 23.10.1 → 25.1.0](psf/black@23.10.1...25.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/pycqa/flake8: 6.1.0 → 7.1.2](PyCQA/flake8@6.1.0...7.1.2) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/asottile/pyupgrade: v3.15.0 → v3.19.1](asottile/pyupgrade@v3.15.0...v3.19.1) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8) - [github.com/pycqa/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/sirosen/check-jsonschema: 0.27.0 → 0.31.3](python-jsonschema/check-jsonschema@0.27.0...0.31.3)
1 parent bcda97b commit 52aa610

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ ci:
1616
repos:
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
1818
# Ruff version. TODO: remove flake8 in future
19-
rev: "v0.1.1"
19+
rev: "v0.11.2"
2020
hooks:
2121
- id: ruff
2222
args: [--fix]
2323
- repo: https://github.com/psf/black
24-
rev: 23.10.1
24+
rev: 25.1.0
2525
hooks:
2626
- id: black
2727
name: black
2828
entry: black
2929
language: system
3030
types: [python]
3131
- repo: https://github.com/pre-commit/pre-commit-hooks
32-
rev: v4.5.0 # Use the ref you want to point at
32+
rev: v5.0.0 # Use the ref you want to point at
3333
hooks:
3434
- id: check-added-large-files
3535
name: Check for added large files
@@ -55,14 +55,14 @@ repos:
5555
entry: end-of-file-fixer
5656
language: system
5757
types: [text]
58-
stages: [commit, push, manual]
58+
stages: [pre-commit, pre-push, manual]
5959
exclude: docs/
6060
- id: trailing-whitespace
6161
name: Trim Trailing Whitespace
6262
entry: trailing-whitespace-fixer
6363
language: system
6464
types: [text]
65-
stages: [commit, push, manual]
65+
stages: [pre-commit, pre-push, manual]
6666
- repo: https://github.com/pocc/pre-commit-hooks
6767
rev: v1.3.5
6868
hooks:
@@ -89,7 +89,7 @@ repos:
8989
]
9090
files: \.(c|h|cpp)$
9191
- repo: https://github.com/pycqa/flake8
92-
rev: "6.1.0" # pick a git hash / tag to point to
92+
rev: "7.1.2" # pick a git hash / tag to point to
9393
hooks:
9494
- id: flake8
9595
name: flake8
@@ -99,7 +99,7 @@ repos:
9999
require_serial: true
100100
additional_dependencies: [Flake8-pyproject]
101101
- repo: https://github.com/PyCQA/autoflake
102-
rev: v2.2.1
102+
rev: v2.3.1
103103
hooks:
104104
- id: autoflake
105105
name: autoflake
@@ -113,7 +113,7 @@ repos:
113113
- "--remove-duplicate-keys"
114114
- "--remove-unused-variables"
115115
- repo: https://github.com/asottile/pyupgrade
116-
rev: v3.15.0
116+
rev: v3.19.1
117117
hooks:
118118
- id: pyupgrade
119119
name: pyupgrade
@@ -123,11 +123,11 @@ repos:
123123
types: [python]
124124
args: [--py38-plus]
125125
- repo: https://github.com/pre-commit/mirrors-prettier
126-
rev: v3.0.3
126+
rev: v4.0.0-alpha.8
127127
hooks:
128128
- id: prettier
129129
- repo: https://github.com/pycqa/isort
130-
rev: 5.12.0
130+
rev: 6.0.1
131131
hooks:
132132
- id: isort
133133
name: isort (python)
@@ -145,7 +145,7 @@ repos:
145145
types: [file]
146146
files: (\.cmake|CMakeLists.txt)(.in)?$
147147
- repo: https://github.com/sirosen/check-jsonschema
148-
rev: 0.27.0
148+
rev: 0.31.3
149149
hooks:
150150
- id: check-github-actions
151151
- id: check-github-workflows

0 commit comments

Comments
 (0)