Skip to content

Commit

Permalink
fix pcc
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Barrachina Civera <[email protected]>
  • Loading branch information
xbarra committed Jul 11, 2024
1 parent b3e8605 commit d25cf4b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ repos:
rev: v1.35.1
hooks:
- id: yamllint
args: >
[ "-d", "{rules: {line-length: {max: 120}},
args:
["-d", "{rules: {line-length: {max: 120}},
ignore-from-file: [.gitignore],}"]

- repo: https://github.com/astral-sh/ruff-pre-commit
Expand All @@ -100,8 +100,7 @@ repos:
name: "create mypy cache"
language: system
pass_filenames: false
entry: >
bash -c 'if [ ! -d .mypy_cache ];
entry: bash -c 'if [ ! -d .mypy_cache ];
then /bin/mkdir .mypy_cache; fi; exit 0'

- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit d25cf4b

Please sign in to comment.