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.5.6 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.6...v0.6.3)
- [github.com/PyCQA/pylint: v3.2.6 → v3.2.7](pylint-dev/pylint@v3.2.6...v3.2.7)
- [github.com/abravalheri/validate-pyproject: v0.18 → v0.19](abravalheri/validate-pyproject@v0.18...v0.19)
  • Loading branch information
pre-commit-ci[bot] authored Sep 2, 2024
1 parent 9d3da94 commit 22024b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.5.6
rev: v0.6.3
hooks:
- id: ruff
- repo: 'https://github.com/psf/black'
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.2.7
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.19
hooks:
- id: validate-pyproject

0 comments on commit 22024b7

Please sign in to comment.