Skip to content

Commit bb97083

Browse files
pre-commit-ci[bot]webknjaz
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit.git: v0.11.7 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.11.7...v0.13.3) - [github.com/astral-sh/ruff-pre-commit.git: v0.11.7 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.11.7...v0.13.3) - [github.com/asottile/add-trailing-comma.git: v3.1.0 → v3.2.0](https://github.com/asottile/add-trailing-comma.git/compare/v3.1.0...v3.2.0) - [github.com/astral-sh/ruff-pre-commit.git: v0.11.7 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.11.7...v0.13.3) - [github.com/Lucas-C/pre-commit-hooks.git: v1.5.1 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.1...v1.5.5) - [github.com/python-jsonschema/check-jsonschema.git: 0.28.6 → 0.34.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.28.6...0.34.0) - [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v6.0.0) - [github.com/adrienverge/yamllint.git: v1.32.0 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.37.1) - [github.com/PyCQA/flake8.git: 7.1.1 → 7.3.0](https://github.com/PyCQA/flake8.git/compare/7.1.1...7.3.0) - [github.com/pre-commit/mirrors-mypy.git: v1.4.1 → v1.18.2](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.4.1...v1.18.2) - [github.com/PyCQA/pylint.git: v3.1.0 → v3.3.9](https://github.com/PyCQA/pylint.git/compare/v3.1.0...v3.3.9)
1 parent e54946b commit bb97083

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,39 +60,39 @@ repos:
6060
- id: no_optional
6161

6262
- repo: https://github.com/astral-sh/ruff-pre-commit.git
63-
rev: v0.11.7
63+
rev: v0.13.3
6464
hooks:
6565
- id: ruff
6666
args:
6767
# Ref: https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
6868
- --fix # NOTE: When `--fix` is used, linting should be before ruff-format
6969

7070
- repo: https://github.com/astral-sh/ruff-pre-commit.git
71-
rev: v0.11.7
71+
rev: v0.13.3
7272
hooks:
7373
- id: ruff-format
7474
alias: ruff-format-first-pass
7575
name: ruff-format (first pass)
7676

7777
- repo: https://github.com/asottile/add-trailing-comma.git
78-
rev: v3.1.0
78+
rev: v3.2.0
7979
hooks:
8080
- id: add-trailing-comma
8181

8282
- repo: https://github.com/astral-sh/ruff-pre-commit.git
83-
rev: v0.11.7
83+
rev: v0.13.3
8484
hooks:
8585
- id: ruff-format
8686
alias: ruff-format-second-pass
8787
name: ruff-format (second pass)
8888

8989
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
90-
rev: v1.5.1
90+
rev: v1.5.5
9191
hooks:
9292
- id: remove-tabs
9393

9494
- repo: https://github.com/python-jsonschema/check-jsonschema.git
95-
rev: 0.28.6
95+
rev: 0.34.0
9696
hooks:
9797
- id: check-github-workflows
9898
files: ^\.github/workflows/[^/]+$
@@ -166,7 +166,7 @@ repos:
166166
- id: debug-statements
167167

168168
- repo: https://github.com/adrienverge/yamllint.git
169-
rev: v1.32.0
169+
rev: v1.37.1
170170
hooks:
171171
- id: yamllint
172172
types:
@@ -317,7 +317,7 @@ repos:
317317
$
318318
319319
- repo: https://github.com/PyCQA/pylint.git
320-
rev: v3.1.0
320+
rev: v3.3.9
321321
hooks:
322322
- id: pylint
323323
additional_dependencies:

0 commit comments

Comments
 (0)