Skip to content

Commit b3853c3

Browse files
pre-commit-ci[bot]Synss
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.2.0 → v0.3.5](astral-sh/ruff-pre-commit@v0.2.0...v0.3.5) - [github.com/psf/black: 24.1.1 → 24.3.0](psf/black@24.1.1...24.3.0) - [github.com/PyCQA/pylint: v3.0.3 → v3.1.0](pylint-dev/pylint@v3.0.3...v3.1.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
1 parent 2361d41 commit b3853c3

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
@@ -32,11 +32,11 @@ repos:
3232
- id: end-of-file-fixer
3333
- id: trailing-whitespace
3434
- repo: 'https://github.com/charliermarsh/ruff-pre-commit'
35-
rev: v0.2.0
35+
rev: v0.3.5
3636
hooks:
3737
- id: ruff
3838
- repo: 'https://github.com/psf/black'
39-
rev: 24.1.1
39+
rev: 24.3.0
4040
hooks:
4141
- id: black
4242
types: [python]
@@ -58,7 +58,7 @@ repos:
5858
- id: isort
5959
types_or: [cython, python]
6060
- repo: 'https://github.com/PyCQA/pylint'
61-
rev: v3.0.3
61+
rev: v3.1.0
6262
hooks:
6363
- id: pylint
6464
additional_dependencies:
@@ -69,7 +69,7 @@ repos:
6969
- '--disable=no-name-in-module'
7070
- '--disable=import-error'
7171
- repo: 'https://github.com/asottile/pyupgrade'
72-
rev: v3.15.0
72+
rev: v3.15.2
7373
hooks:
7474
- id: pyupgrade
7575
types_or: [cython, python]

0 commit comments

Comments
 (0)