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.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/myint/autoflake: v1.7.7 → v2.0.0](PyCQA/autoflake@v1.7.7...v2.0.0)
- https://github.com/ikamensh/flynt/: 0.76 → 0.77
  • Loading branch information
pre-commit-ci[bot] authored Nov 28, 2022
1 parent afeac61 commit e604c2e
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
@@ -1,6 +1,6 @@
repos:
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -17,7 +17,7 @@ repos:
hooks:
- id: check-manifest
- repo: 'https://github.com/myint/autoflake'
rev: v1.7.7
rev: v2.0.0
hooks:
- id: autoflake
args:
Expand All @@ -35,7 +35,7 @@ repos:
- id: black
language_version: python3.9
- repo: https://github.com/ikamensh/flynt/
rev: '0.76'
rev: '0.77'
hooks:
- id: flynt
language_version: python3.9
Expand Down

0 comments on commit e604c2e

Please sign in to comment.