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.1.0 β†’ v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0)
- [github.com/psf/black: 21.12b0 β†’ 22.3.0](psf/black@21.12b0...22.3.0)
- [github.com/asottile/blacken-docs: v1.12.0 β†’ v1.12.1](adamchainz/blacken-docs@v1.12.0...v1.12.1)
  • Loading branch information
pre-commit-ci[bot] authored and FlorianWilhelm committed Apr 20, 2022
1 parent 31d4517 commit 43a905e
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 @@ -2,7 +2,7 @@ exclude: '^docs/conf.py'

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand Down Expand Up @@ -33,13 +33,13 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.3.0
hooks:
- id: black
language_version: python3

- repo: https://github.com/asottile/blacken-docs
rev: v1.12.0
rev: v1.12.1
hooks:
- id: blacken-docs
additional_dependencies: [black]
Expand Down

0 comments on commit 43a905e

Please sign in to comment.