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: v2.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v2.4.0...v4.0.1)
- [github.com/asottile/pyupgrade: v1.25.2 → v2.29.0](asottile/pyupgrade@v1.25.2...v2.29.0)
  • Loading branch information
pre-commit-ci[bot] committed Oct 11, 2021
1 parent 356732a commit ef85e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -2,13 +2,13 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/asottile/pyupgrade
rev: v1.25.2
rev: v2.29.0
hooks:
- id: pyupgrade

0 comments on commit ef85e17

Please sign in to comment.