mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/timothycrosley/isort → https://github.com/PyCQA/isort - https://github.com/python/black → https://github.com/psf/black - [github.com/psf/black: 21.11b1 → 22.8.0](https://github.com/psf/black/compare/21.11b1...22.8.0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.3.0) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 5.0.4](https://github.com/PyCQA/flake8/compare/3.9.2...5.0.4)
This commit is contained in:
parent
0f09d7d22b
commit
af2115d7a0
1 changed files with 6 additions and 6 deletions
|
|
@ -1,15 +1,15 @@
|
|||
repos:
|
||||
- repo: https://github.com/timothycrosley/isort
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: 5.10.1
|
||||
hooks:
|
||||
- id: isort
|
||||
additional_dependencies: [toml]
|
||||
- repo: https://github.com/python/black
|
||||
rev: 21.11b1
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.8.0
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.0.1
|
||||
rev: v4.3.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
- id: check-case-conflict
|
||||
|
|
@ -27,8 +27,8 @@ repos:
|
|||
- id: fix-encoding-pragma
|
||||
args: ["--remove"]
|
||||
- id: requirements-txt-fixer
|
||||
- repo: https://gitlab.com/pycqa/flake8
|
||||
rev: 3.9.2
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 5.0.4
|
||||
hooks:
|
||||
- id: flake8
|
||||
- repo: https://github.com/pycqa/pydocstyle
|
||||
|
|
|
|||
Loading…
Reference in a new issue