Skip to content

Commit f2ade5b

Browse files
pre-commit-ci[bot]Synss
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.4.7 → v0.5.6](astral-sh/ruff-pre-commit@v0.4.7...v0.5.6) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/PyCQA/pylint: v3.2.2 → v3.2.6](pylint-dev/pylint@v3.2.2...v3.2.6) - [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0)
1 parent ef7b708 commit f2ade5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.4.7
35+
rev: v0.5.6
3636
hooks:
3737
- id: ruff
3838
- repo: 'https://github.com/psf/black'
39-
rev: 24.4.2
39+
rev: 24.8.0
4040
hooks:
4141
- id: black
4242
types: [python]
@@ -45,7 +45,7 @@ repos:
4545
hooks:
4646
- id: cython-lint
4747
- repo: 'https://github.com/pycqa/flake8'
48-
rev: 7.0.0
48+
rev: 7.1.1
4949
hooks:
5050
- id: flake8
5151
additional_dependencies:
@@ -58,7 +58,7 @@ repos:
5858
- id: isort
5959
types_or: [cython, python]
6060
- repo: 'https://github.com/PyCQA/pylint'
61-
rev: v3.2.2
61+
rev: v3.2.6
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.2
72+
rev: v3.17.0
7373
hooks:
7474
- id: pyupgrade
7575
types_or: [cython, python]

0 commit comments

Comments
 (0)