Solution to problem 11 part 1 in Python

This commit is contained in:
2022-07-13 20:06:42 +02:00
parent 27a15005ee
commit 0e4a70c163
2 changed files with 137 additions and 3 deletions

View File

@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
@@ -15,7 +15,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
rev: v0.961
hooks:
- id: mypy
additional_dependencies: [pydantic] # add if use pydantic