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.2](pre-commit/mirrors-autopep8@v2.0.0...v2.0.2)
- [github.com/pre-commit/mirrors-clang-format: v15.0.6 → v16.0.4](pre-commit/mirrors-clang-format@v15.0.6...v16.0.4)
- [github.com/MarcoGorelli/cython-lint: v0.9.1 → v0.15.0](MarcoGorelli/cython-lint@v0.9.1...v0.15.0)
- [github.com/datarootsio/databooks: 1.3.7 → 1.3.8](datarootsio/databooks@1.3.7...1.3.8)
- [github.com/inspera/blackbricks: 1.0.1 → 2.1.2](inspera/blackbricks@1.0.1...2.1.2)
- [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.42.0](pre-commit/mirrors-eslint@v8.29.0...v8.42.0)
- [github.com/golangci/golangci-lint: v1.50.1 → v1.53.2](golangci/golangci-lint@v1.50.1...v1.53.2)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.9.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.9.0)
- [github.com/python-jsonschema/check-jsonschema: 0.19.2 → 0.23.1](python-jsonschema/check-jsonschema@0.19.2...0.23.1)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.9.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.9.0)
- [github.com/homebysix/pre-commit-macadmin: v1.12.3 → v1.12.4](homebysix/pre-commit-macadmin@v1.12.3...v1.12.4)
- [github.com/peterdemin/pip-compile-multi: v2.6.1 → v2.6.3](peterdemin/pip-compile-multi@v2.6.1...v2.6.3)
- [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0)
- [github.com/PyCQA/isort: 5.11.2 → 5.12.0](PyCQA/isort@5.11.2...5.12.0)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.3.0](pre-commit/mirrors-mypy@v0.991...v1.3.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.9.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.9.0)
- [github.com/sourcery-ai/sourcery: v1.0.2 → v1.3.1b10](sourcery-ai/sourcery@v1.0.2...v1.3.1b10)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.5.0 → v2.9.0](macisamuele/language-formatters-pre-commit-hooks@v2.5.0...v2.9.0)
- [github.com/nbQA-dev/nbQA: 1.5.3 → 1.7.0](nbQA-dev/nbQA@1.5.3...1.7.0)
- [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.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.28.0...v1.32.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 5, 2023
1 parent 0bb1239 commit a26c42f
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 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.2
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: "v16.0.4" # 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.15.0
hooks:
- id: cython-lint
- id: double-quote-cython-strings
Expand All @@ -111,7 +111,7 @@ repos:
# databooks #
#############
- repo: https://github.com/datarootsio/databooks
rev: 1.3.7
rev: 1.3.8
hooks:
- id: databooks-meta
- id: databooks-assert
Expand All @@ -121,7 +121,7 @@ repos:
# databricks #
##############
- repo: https://github.com/inspera/blackbricks
rev: 1.0.1
rev: 2.1.2
hooks:
- id: blackbricks
# args: [--line-length=120]
Expand All @@ -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.42.0" # Use the sha / tag you want to point at
hooks:
- id: eslint
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
Expand All @@ -188,7 +188,7 @@ repos:
# go #
######
- repo: https://github.com/golangci/golangci-lint
rev: "v1.50.1"
rev: "v1.53.2"
hooks:
- id: golangci-lint

Expand All @@ -204,7 +204,7 @@ repos:
# ini #
#######
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: "v2.5.0"
rev: "v2.9.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.23.1
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.9.0"
hooks:
- id: pretty-format-kotlin
args: [--autofix]
Expand Down Expand Up @@ -310,7 +310,7 @@ repos:
# macOS #
#########
- repo: https://github.com/homebysix/pre-commit-macadmin
rev: v1.12.3
rev: v1.12.4
hooks:
- id: check-git-config-email
args: ["--domains", "gmail.com", "johnpatrickroach.com"]
Expand All @@ -335,7 +335,7 @@ repos:
# pip #
#######
- repo: https://github.com/peterdemin/pip-compile-multi
rev: v2.6.1
rev: v2.6.3
hooks:
- id: pip-compile-multi-verify

Expand All @@ -360,7 +360,7 @@ repos:
##########

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black

Expand All @@ -370,13 +370,13 @@ 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]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.3.0
hooks:
- id: mypy
args: [--install-types, --non-interactive]
Expand All @@ -402,7 +402,7 @@ repos:
# rust #
########
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: "v2.5.0"
rev: "v2.9.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.3.1b10
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.9.0"
hooks:
- id: pretty-format-toml
args: [--autofix]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.5.3
rev: 1.7.0
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.32.0
hooks:
- id: yamllint

0 comments on commit a26c42f

Please sign in to comment.