Skip to content

Commit

Permalink
chore: precommit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrinux committed Jul 1, 2023
1 parent 439087f commit db4ca52
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.1.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -10,30 +10,30 @@ repos:
- id: check-yaml
- id: debug-statements
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.6.0
rev: v2.0.2
hooks:
- id: autopep8
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.0.1
rev: v3.10.0
hooks:
- id: reorder-python-imports
args: [--py38-plus, --add-import, "from __future__ import annotations"]
exclude: ^(\.pdbrc|\.pythonrc.py)$
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.2.2
rev: v3.0.0
hooks:
- id: add-trailing-comma
args: [--py36-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v3.8.0
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.942
rev: v1.4.1
hooks:
- id: mypy

0 comments on commit db4ca52

Please sign in to comment.