Skip to content

Commit

Permalink
ci: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/compilerla/conventional-pre-commit: v2.3.0 → v2.4.0](compilerla/conventional-pre-commit@v2.3.0...v2.4.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/Lucas-C/pre-commit-hooks-safety: v1.3.1 → v1.3.2](Lucas-C/pre-commit-hooks-safety@v1.3.1...v1.3.2)
- [github.com/PyCQA/docformatter: v1.7.3 → v1.7.5](PyCQA/docformatter@v1.7.3...v1.7.5)
- [github.com/asottile/pyupgrade: v3.7.0 → v3.15.0](asottile/pyupgrade@v3.7.0...v3.15.0)
- [github.com/psf/black: 23.3.0 → 23.10.1](psf/black@23.3.0...23.10.1)
- [github.com/PyCQA/pylint: v3.0.0a6 → v3.0.1](pylint-dev/pylint@v3.0.0a6...v3.0.1)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.6.1](pre-commit/mirrors-mypy@v1.4.1...v1.6.1)
- [github.com/python-poetry/poetry: 1.5.0 → 1.7.0](python-poetry/poetry@1.5.0...1.7.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 6, 2023
1 parent 111e0d1 commit e506314
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ci:

repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.3.0
rev: v2.4.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand All @@ -36,7 +36,7 @@ repos:
]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down Expand Up @@ -70,13 +70,13 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
rev: v1.3.1
rev: v1.3.2
hooks:
- id: python-safety-dependencies-check
files: pyproject.toml

- repo: https://github.com/PyCQA/docformatter
rev: v1.7.3
rev: v1.7.5
hooks:
- id: docformatter

Expand All @@ -94,12 +94,12 @@ repos:
- id: ssort

- repo: https://github.com/asottile/pyupgrade
rev: v3.7.0
rev: v3.15.0
hooks:
- id: pyupgrade

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.10.1
hooks:
- id: black
- id: black-jupyter
Expand All @@ -112,13 +112,13 @@ repos:
args: ["--profile=black"]

- repo: https://github.com/PyCQA/pylint
rev: v3.0.0a6
rev: v3.0.1
hooks:
- id: pylint
args: ["--rcfile=pyproject.toml"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.6.1
hooks:
- id: mypy
args:
Expand All @@ -139,7 +139,7 @@ repos:
- id: nbstripout

- repo: https://github.com/python-poetry/poetry
rev: 1.5.0
rev: 1.7.0
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down

0 comments on commit e506314

Please sign in to comment.