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/flake8: 6.0.0 β†’ 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 4, 2023
1 parent e682674 commit d8d6ac7
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 @@ -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
- repo: https://github.com/PyCQA/isort
rev: '5.12.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 d8d6ac7

Please sign in to comment.