Skip to content
Snippets Groups Projects
Unverified Commit 75457616 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

Merge pull request #201 from stack-of-tasks/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
parents 991817da 28c5975f
No related branches found
No related tags found
No related merge requests found
Pipeline #21384 failed
ci:
autoupdate_branch: 'devel'
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v13.0.1
rev: v14.0.6
hooks:
- id: clang-format
args: [-i, --style=Google]
args: [--style=Google]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: check-added-large-files
- id: check-ast
......@@ -23,10 +25,10 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- 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