Skip to content

Commit

Permalink
Merge pull request #12872 from Pierre-Sassoulas/fix-pre-commit-python…
Browse files Browse the repository at this point in the history
…-3.8

(cherry picked from commit f373974)
  • Loading branch information
webknjaz authored and patchback[bot] committed Oct 10, 2024
1 parent d450afe commit 5b6a8d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ repos:
hooks:
- id: mypy
files: ^(src/|testing/|scripts/)
args: ["--python-version=3.8"]
additional_dependencies:
- iniconfig>=1.1.0
- attrs>=19.2.0
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ files = [
mypy_path = [
"src",
]
python_version = "3.8"
check_untyped_defs = true
disallow_any_generics = true
disallow_untyped_defs = true
Expand Down

0 comments on commit 5b6a8d6

Please sign in to comment.