Skip to content

Commit

Permalink
Remove typing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Apr 5, 2023
1 parent 786492d commit e5b6f47
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 49 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ repos:
additional_dependencies:
- types-PyYAML
- pydantic
pass_filenames: false
18 changes: 0 additions & 18 deletions gcapi/gcapi.pyi

This file was deleted.

4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[mypy]
python_version = 3.10
python_version = 3.8
plugins = pydantic.mypy
modules =
gcapi

[flake8]
max-line-length = 79
Expand Down
27 changes: 0 additions & 27 deletions tests/types.py

This file was deleted.

0 comments on commit e5b6f47

Please sign in to comment.