Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy authored Sep 5, 2022
2 parents ddbcf35 + c79f507 commit d2c299f
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: v3.4.0
rev: v4.3.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -10,11 +10,11 @@ repos:
- id: check-toml
- id: double-quote-string-fixer
- repo: https://github.com/pycqa/isort
rev: 5.8.0
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 3.9.0
rev: 5.0.4
hooks:
- id: flake8
args: [--max-line-length=120]
Expand Down

0 comments on commit d2c299f

Please sign in to comment.