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:
Glenn Jocher 2023-02-07 02:37:13 +04:00 committed by GitHub
parent 64f247d692
commit 3633d4c06b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 75 additions and 30 deletions

View file

@ -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