Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1496)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.6.0 → 22.10.0](psf/black@22.6.0...22.10.0)
- [github.com/codespell-project/codespell.git: v2.2.1 → v2.2.2](https://github.com/codespell-project/codespell.git/compare/v2.2.1...v2.2.2)
- [github.com/adrienverge/yamllint.git: v1.27.1 → v1.28.0](https://github.com/adrienverge/yamllint.git/compare/v1.27.1...v1.28.0)
- [github.com/pre-commit/mirrors-mypy.git: v0.971 → v0.990](https://github.com/pre-commit/mirrors-mypy.git/compare/v0.971...v0.990)
- [github.com/asottile/pyupgrade: v2.37.3 → v3.2.2](asottile/pyupgrade@v2.37.3...v3.2.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Nov 15, 2022
1 parent 7d67384 commit 0fb4698
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.10.0
hooks:
- id: black
language_version: python3
Expand All @@ -20,7 +20,7 @@ repos:
- id: check-yaml
files: .*\.(yaml|yml)$
- repo: https://github.com/codespell-project/codespell.git
rev: v2.2.1
rev: v2.2.2
hooks:
- id: codespell
name: codespell
Expand All @@ -41,20 +41,20 @@ repos:
- id: isort
name: isort
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.27.1
rev: v1.28.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v0.971
rev: v0.990
hooks:
- id: mypy
additional_dependencies:
- types-requests
- types-pkg_resources
args: [--no-strict-optional, --ignore-missing-imports, --show-error-codes]
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v3.2.2
hooks:
- id: pyupgrade
args: [--py38-plus]

0 comments on commit 0fb4698

Please sign in to comment.