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-autopep8: v2.0.0 → v2.0.1](pre-commit/mirrors-autopep8@v2.0.0...v2.0.1)
- [github.com/pre-commit/mirrors-clang-format: v15.0.6 → v15.0.7](pre-commit/mirrors-clang-format@v15.0.6...v15.0.7)
- [github.com/MarcoGorelli/cython-lint: v0.9.1 → v0.11.0](MarcoGorelli/cython-lint@v0.9.1...v0.11.0)
- [github.com/AleksaC/hadolint-py: v2.10.0 → v2.12.0.2](AleksaC/hadolint-py@v2.10.0...v2.12.0.2)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](adamchainz/blacken-docs@v1.12.1...1.13.0)
- [github.com/pre-commit/mirrors-eslint: v8.29.0 → v8.33.0](pre-commit/mirrors-eslint@v8.29.0...v8.33.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.6.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.6.0)
- [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.21.0](python-jsonschema/check-jsonschema@0.19.2...0.21.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.6.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.6.0)
- [github.com/PyCQA/isort: 5.11.2 → 5.12.0](PyCQA/isort@5.11.2...5.12.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.6.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.6.0)
- [github.com/sourcery-ai/sourcery: v1.0.2 → v1.0.3](sourcery-ai/sourcery@v1.0.2...v1.0.3)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.6.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.6.0)
- [github.com/nbQA-dev/nbQA: 1.5.3 → 1.6.1](nbQA-dev/nbQA@1.5.3...1.6.1)
- [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
- [github.com/adrienverge/yamllint.git: v1.28.0 → v1.29.0](https://github.com/adrienverge/yamllint.git/compare/v1.28.0...v1.29.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 30, 2023
1 parent 0bb1239 commit 5d55463
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.0
rev: v2.0.1
hooks:
- id: autopep8
args: [--in-place, --list-fixes, --recursive, --exclude="*.cfg"]
Expand All @@ -62,7 +62,7 @@ repos:
# clang #
#########
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v15.0.6" # Use the sha / tag you want to point at
rev: "v15.0.7" # Use the sha / tag you want to point at
hooks:
- id: clang-format

Expand Down Expand Up @@ -94,7 +94,7 @@ repos:
# cython #
##########
- repo: https://github.com/MarcoGorelli/cython-lint
rev: v0.9.1
rev: v0.11.0
hooks:
- id: cython-lint
- id: double-quote-cython-strings
Expand Down Expand Up @@ -130,7 +130,7 @@ repos:
# docker #
##########
- repo: https://github.com/AleksaC/hadolint-py
rev: v2.10.0
rev: v2.12.0.2
hooks:
- id: hadolint
- repo: https://github.com/hadolint/hadolint
Expand All @@ -142,7 +142,7 @@ repos:
# docs #
########
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.13.0
hooks:
- id: blacken-docs
additional_dependencies: [black==22.12.0]
Expand All @@ -169,7 +169,7 @@ repos:
# eslint #
##########
- repo: https://github.com/pre-commit/mirrors-eslint
rev: "v8.29.0" # Use the sha / tag you want to point at
rev: "v8.33.0" # Use the sha / tag you want to point at
hooks:
- id: eslint
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
Expand Down Expand Up @@ -204,7 +204,7 @@ repos:
# ini #
#######
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: "v2.5.0"
rev: "v2.6.0"
hooks:
- id: pretty-format-ini
args: [--autofix]
Expand Down Expand Up @@ -239,7 +239,7 @@ repos:
# jsonschema #
##############
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.19.2
rev: 0.21.0
hooks:
- id: check-jsonschema
files: ^data/.*\.json$
Expand Down Expand Up @@ -269,7 +269,7 @@ repos:
# kotlin #
##########
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: "v2.5.0"
rev: "v2.6.0"
hooks:
- id: pretty-format-kotlin
args: [--autofix]
Expand Down Expand Up @@ -370,7 +370,7 @@ repos:
- id: flake8

- repo: https://github.com/PyCQA/isort
rev: 5.11.2
rev: 5.12.0
hooks:
- id: isort
args: [--float-to-top, --profile black]
Expand Down Expand Up @@ -402,7 +402,7 @@ repos:
# rust #
########
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: "v2.5.0"
rev: "v2.6.0"
hooks:
- id: pretty-format-rust
args: [--autofix]
Expand All @@ -411,7 +411,7 @@ repos:
# sourcery #
############
- repo: https://github.com/sourcery-ai/sourcery
rev: v1.0.2
rev: v1.0.3
hooks:
- id: sourcery
# The best way to use Sourcery in a pre-commit hook:
Expand All @@ -423,21 +423,21 @@ repos:
# toml #
########
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: "v2.5.0"
rev: "v2.6.0"
hooks:
- id: pretty-format-toml
args: [--autofix]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.5.3
rev: 1.6.1
hooks:
- id: nbqa-pyupgrade
args: [--py37-plus]
- id: nbqa-mypy
args: [--install-types, --non-interactive]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0 # Use the ref you want to point at
rev: v1.10.0 # Use the ref you want to point at
hooks:
- id: python-use-type-annotations
- id: python-check-blanket-noqa
Expand All @@ -464,6 +464,6 @@ repos:
# yaml #
########
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.28.0
rev: v1.29.0
hooks:
- id: yamllint

0 comments on commit 5d55463

Please sign in to comment.