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.0.278 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.278...v0.0.292)
- [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
- [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/PyCQA/pylint: v3.0.0a6 → v3.0.0](pylint-dev/pylint@v3.0.0a6...v3.0.0)
- [github.com/asottile/pyupgrade: v3.9.0 → v3.14.0](asottile/pyupgrade@v3.9.0...v3.14.0)
- [github.com/abravalheri/validate-pyproject: v0.13 → v0.14](abravalheri/validate-pyproject@v0.13...v0.14)
  • Loading branch information
pre-commit-ci[bot] committed Oct 3, 2023
1 parent e8b1662 commit 2c9f1ab
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 @@ -32,11 +32,11 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: 'https://github.com/charliermarsh/ruff-pre-commit'
rev: v0.0.278
rev: v0.0.292
hooks:
- id: ruff
- repo: 'https://github.com/psf/black'
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
types: [python]
Expand All @@ -45,7 +45,7 @@ repos:
hooks:
- id: cython-lint
- repo: 'https://github.com/pycqa/flake8'
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -58,7 +58,7 @@ repos:
- id: isort
types_or: [cython, python]
- repo: 'https://github.com/PyCQA/pylint'
rev: v3.0.0a6
rev: v3.0.0
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.9.0
rev: v3.14.0
hooks:
- id: pyupgrade
types_or: [cython, python]
args:
- '--py38-plus'
- '--keep-runtime-typing'
- repo: 'https://github.com/abravalheri/validate-pyproject'
rev: v0.13
rev: v0.14
hooks:
- id: validate-pyproject

0 comments on commit 2c9f1ab

Please sign in to comment.