Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
pre-commit-ci[bot] authored and Synss committed Jun 15, 2024
1 parent c6d7bcd commit 09f3568
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@ repos:
types_or: [cython, python]
exclude: ^docs/source/
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: 'https://github.com/charliermarsh/ruff-pre-commit'
rev: v0.3.5
rev: v0.4.7
hooks:
- id: ruff
- repo: 'https://github.com/psf/black'
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
types: [python]
- repo: 'https://github.com/MarcoGorelli/cython-lint'
rev: v0.16.0
rev: v0.16.2
hooks:
- id: cython-lint
- repo: 'https://github.com/pycqa/flake8'
Expand All @@ -58,7 +58,7 @@ repos:
- id: isort
types_or: [cython, python]
- repo: 'https://github.com/PyCQA/pylint'
rev: v3.1.0
rev: v3.2.2
hooks:
- id: pylint
additional_dependencies:
Expand All @@ -77,6 +77,6 @@ repos:
- '--py38-plus'
- '--keep-runtime-typing'
- repo: 'https://github.com/abravalheri/validate-pyproject'
rev: v0.16
rev: v0.18
hooks:
- id: validate-pyproject

0 comments on commit 09f3568

Please sign in to comment.