Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/ambv/black β†’ https://github.com/psf/black
- [github.com/psf/black: 22.8.0 β†’ 23.11.0](psf/black@22.8.0...23.11.0)
- https://github.com/timothycrosley/isort β†’ https://github.com/PyCQA/isort
- [github.com/PyCQA/isort: 5.12.0 β†’ 5.13.0](PyCQA/isort@5.12.0...5.13.0)
- [github.com/PyCQA/flake8: 6.0.0 β†’ 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 11, 2023
1 parent e682674 commit a935f45
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 @@ -6,16 +6,16 @@ default_language_version:
python: python3.10

repos:
- repo: https://github.com/ambv/black
rev: 22.8.0 # keep in sync with pyproject.toml
- repo: https://github.com/psf/black
rev: 23.11.0 # keep in sync with pyproject.toml
hooks:
- id: black
language_version: python3
- repo: https://github.com/timothycrosley/isort
rev: '5.12.0' # keep in sync with pyproject.toml
- repo: https://github.com/PyCQA/isort
rev: '5.13.0' # keep in sync with pyproject.toml
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: '6.0.0' # keep in sync with pyproject.toml
rev: '6.1.0' # keep in sync with pyproject.toml
hooks:
- id: flake8

0 comments on commit a935f45

Please sign in to comment.