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.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.5.6 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.6...v0.6.9)
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/PyCQA/pylint: v3.2.6 → v3.3.1](pylint-dev/pylint@v3.2.6...v3.3.1)
- [github.com/abravalheri/validate-pyproject: v0.18 → v0.20.2](abravalheri/validate-pyproject@v0.18...v0.20.2)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent 9d3da94 commit 40c737b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ repos:
types_or: [cython, python]
exclude: ^docs/source/
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
rev: v4.6.0
rev: v5.0.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.5.6
rev: v0.6.9
hooks:
- id: ruff
- repo: 'https://github.com/psf/black'
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
types: [python]
Expand All @@ -58,7 +58,7 @@ repos:
- id: isort
types_or: [cython, python]
- repo: 'https://github.com/PyCQA/pylint'
rev: v3.2.6
rev: v3.3.1
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.18
rev: v0.20.2
hooks:
- id: validate-pyproject

0 comments on commit 40c737b

Please sign in to comment.