Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/asottile/reorder-python-imports: v3.10.0 → v3.13.0](asottile/reorder-python-imports@v3.10.0...v3.13.0)
- [github.com/asottile/add-trailing-comma: v3.0.0 → v3.1.0](asottile/add-trailing-comma@v3.0.0...v3.1.0)
- [github.com/asottile/pyupgrade: v3.8.0 → v3.16.0](asottile/pyupgrade@v3.8.0...v3.16.0)
- https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8
- [github.com/hhatto/autopep8: v2.0.2 → v2.3.1](hhatto/autopep8@v2.0.2...v2.3.1)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.10.0](pre-commit/mirrors-mypy@v1.4.1...v1.10.0)
  • Loading branch information
pre-commit-ci[bot] committed Jun 24, 2024
1 parent 1d2a800 commit d3129b3
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
Expand Up @@ -8,7 +8,7 @@ repos:
- id: fish_syntax
- id: fish_indent
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
Expand All @@ -20,25 +20,25 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.10.0
rev: v3.13.0
hooks:
- id: reorder-python-imports
args: [--py37-plus, --add-import, 'from __future__ import annotations']
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.0.0
rev: v3.1.0
hooks:
- id: add-trailing-comma
args: [--py36-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.2
- repo: https://github.com/hhatto/autopep8
rev: v2.3.1
hooks:
- id: autopep8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.10.0
hooks:
- id: mypy

0 comments on commit d3129b3

Please sign in to comment.