Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#471)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/asottile/pyupgrade: v3.3.1 →
v3.3.2](asottile/pyupgrade@v3.3.1...v3.3.2)
- [github.com/adrienverge/yamllint.git: v1.30.0 →
v1.31.0](https://github.com/adrienverge/yamllint.git/compare/v1.30.0...v1.31.0)
<!--pre-commit.ci end-->
  • Loading branch information
Zeitsperre authored May 3, 2023
2 parents 01483cb + a44f4f7 commit c4d4f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pyupgrade
args: [ '--py38-plus' ]
Expand Down Expand Up @@ -63,7 +63,7 @@ repos:
- id: blackdoc
additional_dependencies: [ 'black==23.3.0' ]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.30.0
rev: v1.31.0
hooks:
- id: yamllint
args: [ '--config-file=.yamllint.yaml' ]
Expand Down

0 comments on commit c4d4f03

Please sign in to comment.