Skip to content

Commit a6c9030

Browse files
[pre-commit.ci] pre-commit autoupdate (#217)
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.1 → v3.0.2](pre-commit/mirrors-prettier@v3.0.1...v3.0.2) - [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.285](astral-sh/ruff-pre-commit@v0.0.284...v0.0.285) - [github.com/pycqa/pylint.git: v3.0.0a6 → v3.0.0a7](https://github.com/pycqa/pylint.git/compare/v3.0.0a6...v3.0.0a7) - [github.com/pre-commit/mirrors-mypy.git: v1.5.0 → v1.5.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.5.0...v1.5.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bradley A. Thornton <bthornto@redhat.com>
1 parent 1f1bbd6 commit a6c9030

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
@@ -25,7 +25,7 @@ repos:
2525

2626
- repo: https://github.com/pre-commit/mirrors-prettier
2727
# keep it before yamllint
28-
rev: v3.0.1
28+
rev: v3.0.2
2929
hooks:
3030
- id: prettier
3131
always_run: true
@@ -45,7 +45,7 @@ repos:
4545
- id: tox-ini-fmt
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.0.284"
48+
rev: "v0.0.285"
4949
hooks:
5050
- id: ruff
5151
args:
@@ -68,7 +68,7 @@ repos:
6868
- flake8-docstrings
6969

7070
- repo: https://github.com/pycqa/pylint.git
71-
rev: v3.0.0a6
71+
rev: v3.0.0a7
7272
hooks:
7373
- id: pylint
7474
args:
@@ -79,7 +79,7 @@ repos:
7979
- pyyaml
8080

8181
- repo: https://github.com/pre-commit/mirrors-mypy.git
82-
rev: v1.5.0
82+
rev: v1.5.1
8383
hooks:
8484
- id: mypy
8585
additional_dependencies:

0 commit comments

Comments
 (0)