Skip to content

Commit

Permalink
chore(deps): pre-commit.ci autoupdate (#9)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
- [github.com/pre-commit/mirrors-mypy: v0.981 → v0.982](pre-commit/mirrors-mypy@v0.981...v0.982)
- [github.com/PyCQA/pylint: v2.15.3 → v2.15.5](pylint-dev/pylint@v2.15.3...v2.15.5)
- [github.com/asottile/pyupgrade: v3.0.0 → v3.2.0](asottile/pyupgrade@v3.0.0...v3.2.0)
- [github.com/PyCQA/autoflake: v1.6.1 → v1.7.7](PyCQA/autoflake@v1.6.1...v1.7.7)
- [github.com/crate-ci/typos: v1.12.8 → v1.12.14](crate-ci/typos@v1.12.8...v1.12.14)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 7, 2022
1 parent 6484cec commit 02bfe1d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:
args: [--mapping, '2', --sequence, '4', --offset, '2', --implicit_start]
exclude: (?x)( .gitlab-ci.yml | .clang-format | .clang-tidy )
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
language_version: python3
Expand Down Expand Up @@ -85,21 +85,21 @@ repos:
- id: isort
args: [--profile, black, --multi-line, '3']
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.981
rev: v0.982
hooks:
- id: mypy
args: [--python-version, '3.10']
- repo: https://github.com/PyCQA/pylint
rev: v2.15.3
rev: v2.15.5
hooks:
- id: pylint
- repo: https://github.com/asottile/pyupgrade
rev: v3.0.0
rev: v3.2.0
hooks:
- id: pyupgrade
args: [--py310-plus, --keep-runtime-typing]
- repo: https://github.com/PyCQA/autoflake
rev: v1.6.1
rev: v1.7.7
hooks:
- id: autoflake
- repo: https://github.com/asottile/yesqa
Expand All @@ -111,6 +111,6 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/crate-ci/typos
rev: v1.12.8
rev: v1.12.14
hooks:
- id: typos

0 comments on commit 02bfe1d

Please sign in to comment.