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/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)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent cda9a0f commit 04ba41a
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 @@ -2,7 +2,7 @@ default_language_version:
python: python3.11
repos:
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
args:
Expand All @@ -11,7 +11,7 @@ repos:
- --extend-exclude=venv
language_version: python3.11
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -22,7 +22,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pycqa/pylint
rev: v3.2.2
rev: v3.2.6
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 04ba41a

Please sign in to comment.