Skip to content

Commit

Permalink
bump pre-commit versions (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
fdosani authored May 30, 2022
1 parent 77879aa commit 181fbef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ repos:
types: [file, python]
language_version: python3.9
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.5.4
rev: v5.10.1
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 3.8.3
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies: [flake8-docstrings]
files: ^edgetest/
language_version: python3.9
- repo: https://github.com/jazzband/pip-tools
rev: 5.5.0
rev: 6.6.2
hooks:
- id: pip-compile
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.2.0
hooks:
- id: trailing-whitespace
- id: debug-statements
Expand Down

0 comments on commit 181fbef

Please sign in to comment.