Skip to content

Commit 09f3568

Browse files
pre-commit-ci[bot]Synss
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/charliermarsh/ruff-pre-commit: v0.3.5 → v0.4.7](astral-sh/ruff-pre-commit@v0.3.5...v0.4.7) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/MarcoGorelli/cython-lint: v0.16.0 → v0.16.2](MarcoGorelli/cython-lint@v0.16.0...v0.16.2) - [github.com/PyCQA/pylint: v3.1.0 → v3.2.2](pylint-dev/pylint@v3.1.0...v3.2.2) - [github.com/abravalheri/validate-pyproject: v0.16 → v0.18](abravalheri/validate-pyproject@v0.16...v0.18)
1 parent c6d7bcd commit 09f3568

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,24 @@ repos:
2424
types_or: [cython, python]
2525
exclude: ^docs/source/
2626
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
27-
rev: v4.5.0
27+
rev: v4.6.0
2828
hooks:
2929
- id: check-added-large-files
3030
- id: check-toml
3131
- id: check-yaml
3232
- id: end-of-file-fixer
3333
- id: trailing-whitespace
3434
- repo: 'https://github.com/charliermarsh/ruff-pre-commit'
35-
rev: v0.3.5
35+
rev: v0.4.7
3636
hooks:
3737
- id: ruff
3838
- repo: 'https://github.com/psf/black'
39-
rev: 24.3.0
39+
rev: 24.4.2
4040
hooks:
4141
- id: black
4242
types: [python]
4343
- repo: 'https://github.com/MarcoGorelli/cython-lint'
44-
rev: v0.16.0
44+
rev: v0.16.2
4545
hooks:
4646
- id: cython-lint
4747
- repo: 'https://github.com/pycqa/flake8'
@@ -58,7 +58,7 @@ repos:
5858
- id: isort
5959
types_or: [cython, python]
6060
- repo: 'https://github.com/PyCQA/pylint'
61-
rev: v3.1.0
61+
rev: v3.2.2
6262
hooks:
6363
- id: pylint
6464
additional_dependencies:
@@ -77,6 +77,6 @@ repos:
7777
- '--py38-plus'
7878
- '--keep-runtime-typing'
7979
- repo: 'https://github.com/abravalheri/validate-pyproject'
80-
rev: v0.16
80+
rev: v0.18
8181
hooks:
8282
- id: validate-pyproject

0 commit comments

Comments
 (0)