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/charliermarsh/ruff-pre-commit: v0.7.2 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.2...v0.8.1)
- [github.com/MarcoGorelli/cython-lint: v0.16.2 → v0.16.6](MarcoGorelli/cython-lint@v0.16.2...v0.16.6)
- [github.com/PyCQA/pylint: v3.3.1 → v3.3.2](pylint-dev/pylint@v3.3.1...v3.3.2)
- [github.com/abravalheri/validate-pyproject: v0.22 → v0.23](abravalheri/validate-pyproject@v0.22...v0.23)
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent eaf2913 commit b280f12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: 'https://github.com/charliermarsh/ruff-pre-commit'
rev: v0.7.2
rev: v0.8.1
hooks:
- id: ruff
- repo: 'https://github.com/psf/black'
Expand All @@ -41,7 +41,7 @@ repos:
- id: black
types: [python]
- repo: 'https://github.com/MarcoGorelli/cython-lint'
rev: v0.16.2
rev: v0.16.6
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.3.1
rev: v3.3.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.22
rev: v0.23
hooks:
- id: validate-pyproject

0 comments on commit b280f12

Please sign in to comment.