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.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.292 → v0.1.4](astral-sh/ruff-pre-commit@v0.0.292...v0.1.4)
- [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1)
- [github.com/PyCQA/pylint: v3.0.0 → v3.0.1](pylint-dev/pylint@v3.0.0...v3.0.1)
- [github.com/asottile/pyupgrade: v3.14.0 → v3.15.0](asottile/pyupgrade@v3.14.0...v3.15.0)
- [github.com/abravalheri/validate-pyproject: v0.14 → v0.15](abravalheri/validate-pyproject@v0.14...v0.15)
  • Loading branch information
pre-commit-ci[bot] authored and Synss committed Nov 6, 2023
1 parent 7abfb05 commit 4297be5
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,19 +24,19 @@ repos:
types_or: [cython, python]
exclude: ^docs/source/
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
rev: v4.4.0
rev: v4.5.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.0.292
rev: v0.1.4
hooks:
- id: ruff
- repo: 'https://github.com/psf/black'
rev: 23.9.1
rev: 23.10.1
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.0.0
rev: v3.0.1
hooks:
- id: pylint
additional_dependencies:
Expand All @@ -69,14 +69,14 @@ repos:
- '--disable=no-name-in-module'
- '--disable=import-error'
- repo: 'https://github.com/asottile/pyupgrade'
rev: v3.14.0
rev: v3.15.0
hooks:
- id: pyupgrade
types_or: [cython, python]
args:
- '--py38-plus'
- '--keep-runtime-typing'
- repo: 'https://github.com/abravalheri/validate-pyproject'
rev: v0.14
rev: v0.15
hooks:
- id: validate-pyproject

0 comments on commit 4297be5

Please sign in to comment.