Skip to content

Commit

Permalink
tqdm now has type stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Mar 31, 2023
1 parent c8a9d28 commit f35ae5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ repos:
- types-setuptools
- types-six
- types-tabulate
- types-tqdm
args: []

- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,5 @@ module = [
"monty.shutil",
"pymatgen.core",
"pytest",
# https://github.com/tqdm/tqdm/issues/260
"tqdm",
]
ignore_missing_imports = true

0 comments on commit f35ae5b

Please sign in to comment.