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: 20.8b1 → 23.3.0](psf/black@20.8b1...23.3.0)
- https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: 5.7.0 → 5.12.0](PyCQA/isort@5.7.0...5.12.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.4 → 6.0.0](PyCQA/flake8@3.8.4...6.0.0)
- [github.com/pre-commit/pre-commit-hooks: v3.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v3.3.0...v4.4.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 3, 2023
1 parent d02813e commit d5b8521
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,23 +1,23 @@
repos:
- repo: https://github.com/ambv/black
rev: 20.8b1
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
exclude: .tox, venv
- repo: https://github.com/timothycrosley/isort
rev: 5.7.0
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
files: .+\.py$
exclude: .tox, venv
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
files: .+\.py$
exclude: .tox, venv, migrations
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v4.4.0
hooks:
- id: debug-statements
files: .+\.py$
Expand Down

0 comments on commit d5b8521

Please sign in to comment.