TAL min_memory argument, precommit, Docker fixes (#836)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jaap van de Loosdrecht <jaap@vdlmv.nl>
This commit is contained in:
parent
64f247d692
commit
3633d4c06b
6 changed files with 75 additions and 30 deletions
|
|
@ -37,7 +37,7 @@ repos:
|
|||
# - id: isort
|
||||
# name: Sort imports
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-yapf
|
||||
- repo: https://github.com/google/yapf
|
||||
rev: v0.32.0
|
||||
hooks:
|
||||
- id: yapf
|
||||
|
|
@ -54,7 +54,7 @@ repos:
|
|||
# exclude: "README.md|README.zh-CN.md|CONTRIBUTING.md"
|
||||
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 5.0.4
|
||||
rev: 6.0.0
|
||||
hooks:
|
||||
- id: flake8
|
||||
name: PEP8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue