Skip to content

Commit

Permalink
Merge pull request #221 from RedHatQE/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Dmitrii Misharov authored Jun 8, 2022
2 parents 46643c8 + 4203902 commit 69ae078
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/asottile/reorder_python_imports
rev: v3.0.1
rev: v3.1.0
hooks:
- id: reorder-python-imports
language_version: python3
Expand Down Expand Up @@ -31,12 +31,12 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/asottile/pyupgrade
rev: v2.32.0
rev: v2.32.1
hooks:
- id: pyupgrade
language_version: python3
args: [--py3-plus, --py38-plus]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.942
rev: v0.960
hooks:
- id: mypy

0 comments on commit 69ae078

Please sign in to comment.