Skip to content
Snippets Groups Projects
Unverified Commit 0862ae2e authored by pre-commit-ci[bot]'s avatar pre-commit-ci[bot] Committed by GitHub
Browse files

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/mirrors-clang-format: v14.0.4-1 → v14.0.6](https://github.com/pre-commit/mirrors-clang-format/compare/v14.0.4-1...v14.0.6)
- [github.com/psf/black: 22.3.0 → 22.8.0](https://github.com/psf/black/compare/22.3.0...22.8.0)
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.4)
parent 4c893984
No related branches found
No related tags found
No related merge requests found
Pipeline #21628 passed
...@@ -2,7 +2,7 @@ ci: ...@@ -2,7 +2,7 @@ ci:
autoupdate_branch: 'devel' autoupdate_branch: 'devel'
repos: repos:
- repo: https://github.com/pre-commit/mirrors-clang-format - repo: https://github.com/pre-commit/mirrors-clang-format
rev: v14.0.4-1 rev: v14.0.6
hooks: hooks:
- id: clang-format - id: clang-format
args: [--style=Google] args: [--style=Google]
...@@ -25,10 +25,10 @@ repos: ...@@ -25,10 +25,10 @@ repos:
- id: mixed-line-ending - id: mixed-line-ending
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.3.0 rev: 22.8.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: 4.0.1 rev: 5.0.4
hooks: hooks:
- id: flake8 - id: flake8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment