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/blackhttps://github.com/psf/black
- [github.com/psf/black: 19.10b0 → 23.12.1](psf/black@19.10b0...23.12.1)
- https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: 5.6.4 → 5.13.2](PyCQA/isort@5.6.4...5.13.2)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.1 → 7.0.0](PyCQA/flake8@3.8.1...7.0.0)
- [github.com/ikamensh/flynt: 0.52 → 1.0.1](ikamensh/flynt@0.52...1.0.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 8, 2024
1 parent a293b85 commit 9c757cd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
repos:
- repo: https://github.com/ambv/black
rev: 19.10b0 # keep in sync with tests/lint_requirements.txt
- repo: https://github.com/psf/black
rev: 23.12.1 # keep in sync with tests/lint_requirements.txt
hooks:
- id: black
language_version: python3
- repo: https://github.com/timothycrosley/isort
rev: '5.6.4' # keep in sync with tests/lint_requirements.txt
- repo: https://github.com/PyCQA/isort
rev: '5.13.2' # keep in sync with tests/lint_requirements.txt
hooks:
- id: isort
- repo: https://gitlab.com/pycqa/flake8
rev: '3.8.1' # keep in sync with tests/lint_requirements.txt
- repo: https://github.com/PyCQA/flake8
rev: '7.0.0' # keep in sync with tests/lint_requirements.txt
hooks:
- id: flake8
- repo: https://github.com/ikamensh/flynt
rev: '0.52' # keep in sync with tests/lint_requirements.txt
rev: '1.0.1' # keep in sync with tests/lint_requirements.txt
hooks:
- id: flynt

0 comments on commit 9c757cd

Please sign in to comment.