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.4.7 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.7...v0.5.0)
- [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
- [github.com/PyCQA/pylint: v3.2.2 → v3.2.4](pylint-dev/pylint@v3.2.2...v3.2.4)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent 6386c26 commit fd896c8
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.4.7
rev: v0.5.0
hooks:
- id: ruff
- repo: 'https://github.com/psf/black'
Expand All @@ -45,7 +45,7 @@ repos:
hooks:
- id: cython-lint
- repo: 'https://github.com/pycqa/flake8'
rev: 7.0.0
rev: 7.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.2.2
rev: v3.2.4
hooks:
- id: pylint
additional_dependencies:
Expand All @@ -69,7 +69,7 @@ repos:
- '--disable=no-name-in-module'
- '--disable=import-error'
- repo: 'https://github.com/asottile/pyupgrade'
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
types_or: [cython, python]
Expand Down

0 comments on commit fd896c8

Please sign in to comment.