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/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.21.0 → v2.31.0](asottile/pyupgrade@v2.21.0...v2.31.0)
- [github.com/PyCQA/isort: 5.9.2 → 5.10.1](PyCQA/isort@5.9.2...5.10.1)
- [github.com/psf/black: 21.6b0 → 22.1.0](psf/black@21.6b0...22.1.0)
- [github.com/asottile/setup-cfg-fmt: v1.17.0 → v1.20.0](asottile/setup-cfg-fmt@v1.17.0...v1.20.0)
- [github.com/tox-dev/tox-ini-fmt: 0.5.1 → 0.5.2](tox-dev/tox-ini-fmt@0.5.1...0.5.2)
- [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 31, 2022
1 parent f9c2074 commit 2fcb6ef
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,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-builtin-literals
- id: check-docstring-first
Expand All @@ -10,30 +10,30 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.21.0
rev: v2.31.0
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/isort
rev: 5.9.2
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 22.1.0
hooks:
- id: black
args: [--safe]
language_version: python3.9
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.17.0
rev: v1.20.0
hooks:
- id: setup-cfg-fmt
args: ["--max-py-version", "3.10"]
- repo: https://github.com/tox-dev/tox-ini-fmt
rev: "0.5.1"
rev: "0.5.2"
hooks:
- id: tox-ini-fmt
- repo: https://github.com/PyCQA/flake8
rev: "3.9.2"
rev: "4.0.1"
hooks:
- id: flake8
additional_dependencies: [
Expand Down

0 comments on commit 2fcb6ef

Please sign in to comment.