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/mirrors-mypy: v0.961 → v0.990](pre-commit/mirrors-mypy@v0.961...v0.990)
- [github.com/asottile/add-trailing-comma: v2.2.3 → v2.3.0](asottile/add-trailing-comma@v2.2.3...v2.3.0)
- [github.com/asottile/pyupgrade: v2.34.0 → v3.2.2](asottile/pyupgrade@v2.34.0...v3.2.2)
- [github.com/asottile/yesqa: v1.3.0 → v1.4.0](asottile/yesqa@v1.3.0...v1.4.0)
- [github.com/psf/black: 22.3.0 → 22.10.0](psf/black@22.3.0...22.10.0)
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
- [github.com/crate-ci/typos: v1.10.2 → v1.12.14](crate-ci/typos@v1.10.2...v1.12.14)
- [github.com/pycqa/autoflake: v1.4 → v1.7.7](PyCQA/autoflake@v1.4...v1.7.7)
  • Loading branch information
pre-commit-ci[bot] authored Nov 14, 2022
1 parent 0b7d94a commit a0dd427
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v0.990
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -34,23 +34,23 @@ repos:
- id: python-no-log-warn
- id: python-use-type-annotations
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.2.3
rev: v2.3.0
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v3.2.2
hooks:
- id: pyupgrade
- repo: https://github.com/asottile/yesqa
rev: v1.3.0
rev: v1.4.0
hooks:
- id: yesqa
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
args: ["--max-line-length", "88", "--extend-ignore", "E501"]
Expand All @@ -76,11 +76,11 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/crate-ci/typos
rev: v1.10.2
rev: v1.12.14
hooks:
- id: typos
- repo: https://github.com/pycqa/autoflake
rev: v1.4
rev: v1.7.7
hooks:
- id: autoflake
args: ["--remove-all-unused-imports", "--in-place"]
Expand Down

0 comments on commit a0dd427

Please sign in to comment.