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/asottile/pyupgrade: v2.31.0 → v2.32.1](asottile/pyupgrade@v2.31.0...v2.32.1)
- [github.com/fsfe/reuse-tool: v0.14.0 → v1.0.0](fsfe/reuse-tool@v0.14.0...v1.0.0)
  • Loading branch information
pre-commit-ci[bot] authored May 23, 2022
1 parent 39d474e commit 0e89dba
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 @@ -7,7 +7,7 @@ default_language_version:
python: python3
repos:
- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: v4.1.0
rev: v4.2.0
hooks:
- id: check-ast
- id: check-docstring-first
Expand Down Expand Up @@ -44,13 +44,13 @@ repos:
- "prettier"
- "[email protected]"
- repo: "https://github.com/asottile/pyupgrade"
rev: v2.31.0 # This is the last version that works with python3.6
rev: v2.32.1 # This is the last version that works with python3.6
hooks:
- id: pyupgrade
args:
- "--py36-plus"
- repo: "https://github.com/fsfe/reuse-tool"
rev: v0.14.0
rev: v1.0.0
hooks:
- id: reuse
additional_dependencies:
Expand Down

0 comments on commit 0e89dba

Please sign in to comment.