Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 21.9b0 → 22.1.0](psf/black@21.9b0...22.1.0)
- [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1)
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0)
- [github.com/asottile/pyupgrade: v2.29.0 → v2.31.1](asottile/pyupgrade@v2.29.0...v2.31.1)
- [github.com/PyCQA/isort: 5.9.3 → 5.10.1](PyCQA/isort@5.9.3...5.10.1)
  • Loading branch information
pre-commit-ci[bot] authored Mar 14, 2022
1 parent 57d4f19 commit 6258b86
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 @@ -3,14 +3,14 @@ default_language_version:

repos:
- repo: https://github.com/psf/black
rev: 21.9b0
rev: 22.1.0
hooks:
- id: black
pass_filenames: true
args: ["--config", "backend-project/pyproject.toml"]
exclude: "migrations/"
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8
pass_filenames: true
Expand All @@ -20,7 +20,7 @@ repos:
- flake8-tidy-imports
args: ["--config", "backend-project/setup.cfg"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-json
- id: check-yaml
Expand All @@ -31,7 +31,7 @@ repos:
- id: debug-statements
- id: mixed-line-ending
- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v2.31.1
hooks:
- id: pyupgrade
args: ["--py38-plus"]
Expand All @@ -40,7 +40,7 @@ repos:
hooks:
- id: rst-backticks
- repo: https://github.com/PyCQA/isort
rev: '5.9.3' # Use the revision sha / tag you want to point at
rev: '5.10.1' # Use the revision sha / tag you want to point at
hooks:
- id: isort
args: ["--settings-file", "backend-project/pyproject.toml"]
Expand Down

0 comments on commit 6258b86

Please sign in to comment.