Skip to content

Commit 0c9eca7

Browse files
committed
pre-commit autoupdate
Because https://github.com/marketplace/pre-commit-ci did not run for ages? Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
1 parent 0c26aa4 commit 0c9eca7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
args:
2525
- --pytest-test-first
2626
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
27-
rev: 0.2.1
27+
rev: 0.2.3
2828
hooks:
2929
- id: yamlfmt
3030
args:
@@ -35,14 +35,14 @@ repos:
3535
- --offset
3636
- '2'
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.0.292
38+
rev: v0.3.0
3939
hooks:
4040
- id: ruff
4141
args:
4242
- --fix
4343
exclude: tests/input/
4444
- repo: https://github.com/psf/black
45-
rev: 23.9.1
45+
rev: 24.2.0
4646
hooks:
4747
- id: black
4848
- repo: https://github.com/asottile/blacken-docs
@@ -74,7 +74,7 @@ repos:
7474
language: pygrep
7575
types: [python]
7676
- repo: https://github.com/pre-commit/mirrors-mypy
77-
rev: v1.6.0
77+
rev: v1.8.0
7878
hooks:
7979
- id: mypy
8080
exclude: tests/input/

tests/test_pylint_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
Tests here are voluntarily minimalistic, the goal is not to test pylint, it is only checking
77
that pylint_pytest integrates just fine
88
"""
9+
910
import subprocess
1011

1112

0 commit comments

Comments
 (0)