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.6](astral-sh/ruff-pre-commit@v0.4.7...v0.5.6)
- [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
- [github.com/pycqa/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
- [github.com/PyCQA/pylint: v3.2.2 → v3.2.6](pylint-dev/pylint@v3.2.2...v3.2.6)
- [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent ef7b708 commit a9bbd04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.4.7
rev: v0.5.6
hooks:
- id: ruff
- repo: 'https://github.com/psf/black'
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
types: [python]
Expand All @@ -45,7 +45,7 @@ repos:
hooks:
- id: cython-lint
- repo: 'https://github.com/pycqa/flake8'
rev: 7.0.0
rev: 7.1.1
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.6
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.17.0
hooks:
- id: pyupgrade
types_or: [cython, python]
Expand Down

0 comments on commit a9bbd04

Please sign in to comment.