Skip to content

Commit

Permalink
chore(deps): pre-commit.ci autoupdate (#17)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/blacken-docs: 1.13.0 → 1.14.0](adamchainz/blacken-docs@1.13.0...1.14.0)
- [github.com/PyCQA/docformatter: v1.7.1 → v1.7.3](PyCQA/docformatter@v1.7.1...v1.7.3)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.0.276](astral-sh/ruff-pre-commit@v0.0.270...v0.0.276)
- [github.com/asottile/pyupgrade: v3.4.0 → v3.8.0](asottile/pyupgrade@v3.4.0...v3.8.0)
- [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](PyCQA/autoflake@v2.1.1...v2.2.0)
- [github.com/python-jsonschema/check-jsonschema: 0.23.1 → 0.23.2](python-jsonschema/check-jsonschema@0.23.1...0.23.2)
- [github.com/crate-ci/typos: v1.14.12 → typos-dict-v0.10.6](crate-ci/typos@v1.14.12...typos-dict-v0.10.6)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jul 4, 2023
1 parent acafe75 commit 698f946
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 @@ -83,16 +83,16 @@ repos:
- id: black-jupyter
language_version: python3
- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
rev: 1.14.0
hooks:
- id: blacken-docs
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.1
rev: v1.7.3
hooks:
- id: docformatter
additional_dependencies: [tomli]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.270
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.276
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -123,12 +123,12 @@ repos:
hooks:
- id: pylint
- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.8.0
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/PyCQA/autoflake
rev: v2.1.1
rev: v2.2.0
hooks:
- id: autoflake
- repo: https://github.com/kynan/nbstripout
Expand Down Expand Up @@ -162,11 +162,11 @@ repos:
alias: nbqa-autoflake
additional_dependencies: [autoflake]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.23.2
hooks:
- id: check-github-workflows
- repo: https://github.com/crate-ci/typos
rev: v1.14.12
rev: typos-dict-v0.10.6
hooks:
- id: typos
exclude_types:
Expand Down

0 comments on commit 698f946

Please sign in to comment.