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/asottile/pyupgrade: v2.26.0 → v2.29.1](asottile/pyupgrade@v2.26.0...v2.29.1)
- [github.com/psf/black: 21.9b0 → 21.11b1](psf/black@21.9b0...21.11b1)
- [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1)
- [github.com/pre-commit/mirrors-prettier: v2.4.1 → v2.5.0](pre-commit/mirrors-prettier@v2.4.1...v2.5.0)
- [github.com/mgedmin/check-manifest: 0.46 → 0.47](mgedmin/check-manifest@0.46...0.47)
  • Loading branch information
pre-commit-ci[bot] committed Nov 29, 2021
1 parent a7f992a commit 2f97fce
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,19 +3,19 @@ ci:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.26.0
rev: v2.29.1
hooks:
- id: pyupgrade
args: ["--py36-plus"]

- repo: https://github.com/psf/black
rev: 21.9b0
rev: 21.11b1
hooks:
- id: black
args: ["--target-version", "py36"]

- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8

Expand All @@ -33,7 +33,7 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.1
rev: v2.5.0
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]
Expand All @@ -50,6 +50,6 @@ repos:
- --remove-unused-variables

- repo: https://github.com/mgedmin/check-manifest
rev: "0.46"
rev: "0.47"
hooks:
- id: check-manifest

0 comments on commit 2f97fce

Please sign in to comment.