Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#84)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/mirrors-clang-format: v18.1.3 → v18.1.4](pre-commit/mirrors-clang-format@v18.1.3...v18.1.4)
- [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2)

* Update pre-commit, identify and hooks

* Disable all formatting warnings in flake8

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Andreas Baulig <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and ChiefGokhlayeh authored May 1, 2024
1 parent 1e35008 commit b7126fa
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[flake8]
ignore = E5,W5
ignore = E1,W1,E2,W2,E3,W3,E5,W5
per-file-ignores = __init__.py:F401
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ repos:
- id: forbid-new-submodules
- id: trailing-whitespace
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.40.0
hooks:
- id: markdownlint
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.3
rev: v18.1.4
hooks:
- id: clang-format
- repo: https://github.com/pre-commit/mirrors-prettier
Expand All @@ -27,7 +27,7 @@ repos:
hooks:
- id: dockerfilelint
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
language_version: python3.10
Expand Down
39 changes: 34 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7126fa

Please sign in to comment.