Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/psf/black: 22.3.0 → 23.7.0](psf/black@22.3.0...23.7.0)
- [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/pycqa/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0)
- [github.com/pre-commit/mirrors-mypy: v0.961 → v1.4.1](pre-commit/mirrors-mypy@v0.961...v1.4.1)
- [github.com/pycqa/docformatter: v1.4 → v1.7.5](PyCQA/docformatter@v1.4...v1.7.5)
- [github.com/pycqa/bandit: 1.7.4 → 1.7.5](PyCQA/bandit@1.7.4...1.7.5)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0](pre-commit/mirrors-prettier@v2.7.1...v3.0.0)
  • Loading branch information
pre-commit-ci[bot] committed Aug 1, 2023
1 parent dcd925d commit 86b71b1
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 @@ -7,7 +7,7 @@ ci:
repos:
# general checks (see here: https://pre-commit.com/hooks.html)
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-yaml
args: [--allow-multiple-documents]
Expand All @@ -16,7 +16,7 @@ repos:

# black - formatting
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.7.0
hooks:
- id: black
name: black
Expand All @@ -26,28 +26,28 @@ repos:

# isort - sorting imports
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
name: isort

# flake8 - linting
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 6.1.0
hooks:
- id: flake8
name: flake8

# mypy - lint-like type checking
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v1.4.1
hooks:
- id: mypy
name: mypy

# docformatter - formats docstrings to follow PEP 257
- repo: https://github.com/pycqa/docformatter
rev: v1.4
rev: v1.7.5
hooks:
- id: docformatter
name: docformatter
Expand All @@ -67,7 +67,7 @@ repos:

# bandit - find common security issues
- repo: https://github.com/pycqa/bandit
rev: 1.7.4
rev: 1.7.5
hooks:
- id: bandit
name: bandit
Expand All @@ -87,7 +87,7 @@ repos:

# prettier - formatting JS, CSS, JSON, Markdown, ...
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.0
hooks:
- id: prettier
exclude: ^poetry.lock

0 comments on commit 86b71b1

Please sign in to comment.