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.2.0 → 24.4.2](psf/black@24.2.0...24.4.2)
- https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: v5.10.1 → 5.13.2](PyCQA/isort@v5.10.1...5.13.2)
- [github.com/pycqa/pylint: v3.0.3 → v3.2.2](pylint-dev/pylint@v3.0.3...v3.2.2)
  • Loading branch information
pre-commit-ci[bot] authored May 20, 2024
1 parent a37e3cc commit a2c1f68
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 @@ -2,7 +2,7 @@ default_language_version:
python: python3.11
repos:
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.4.2
hooks:
- id: black
args:
Expand All @@ -17,12 +17,12 @@ repos:
additional_dependencies:
#- flake8-docstrings==1.5.0
- pydocstyle==5.0.2
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pycqa/pylint
rev: v3.0.3
rev: v3.2.2
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit a2c1f68

Please sign in to comment.