Skip to content

Commit

Permalink
Merge pull request #232 from twisted/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
psi29a authored Sep 23, 2021
2 parents 4e06f4e + df81510 commit a7f992a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ ci:

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

- repo: https://github.com/psf/black
rev: 21.7b0
rev: 21.9b0
hooks:
- id: black
args: ["--target-version", "py36"]
Expand All @@ -33,7 +33,7 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.3.2
rev: v2.4.1
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]
Expand Down

0 comments on commit a7f992a

Please sign in to comment.