Skip to content

Commit f27d810

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.1...v0.9.4) - [github.com/PyCQA/pylint: v3.3.3 → v3.3.4](pylint-dev/pylint@v3.3.3...v3.3.4)
1 parent 0cc8095 commit f27d810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: pyupgrade
88
args: ['--keep-runtime-typing', '--py311-plus']
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.9.1
10+
rev: v0.9.4
1111
hooks:
1212
- id: ruff
1313
args: ['--fix', '--exit-non-zero-on-fix']
@@ -57,7 +57,7 @@ repos:
5757
- types-setuptools
5858
- typing-extensions
5959
- repo: https://github.com/PyCQA/pylint
60-
rev: v3.3.3
60+
rev: v3.3.4
6161
hooks:
6262
- id: pylint
6363
args: [

0 commit comments

Comments
 (0)