Skip to content

Commit

Permalink
Merge pull request #217 from quarckster/update-pre-commit
Browse files Browse the repository at this point in the history
Updated pre-commit
  • Loading branch information
Dmitrii Misharov authored Apr 4, 2022
2 parents 13385b6 + d3da950 commit 871f6a8
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
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.7.1
rev: v3.0.1
hooks:
- id: reorder-python-imports
language_version: python3
args:
- --application-directories=.:src
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
args: [--safe, --quiet, --line-length, "100"]
Expand All @@ -31,12 +31,12 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.31.1
hooks:
- id: pyupgrade
language_version: python3
args: [--py3-plus, --py38-plus]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
rev: v0.942
hooks:
- id: mypy

0 comments on commit 871f6a8

Please sign in to comment.