Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#109)
Browse files Browse the repository at this point in the history
Pre-commit autoupdates.
  • Loading branch information
pre-commit-ci[bot] committed Oct 18, 2022
1 parent d5029cc commit f773782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
exclude: ^(\.|\{\{cookiecutter\.project_slug\}\}/.+)
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.8.3
rev: v3.8.5
hooks:
- id: reorder-python-imports
args: [--unclassifiable-application-module=src]
Expand All @@ -20,7 +20,7 @@ repos:
args: [--autofix, --no-sort-keys, --no-ensure-ascii]
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v3.0.0
rev: v3.1.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down

0 comments on commit f773782

Please sign in to comment.