Skip to content

Commit f35ae5b

Browse files
committed
tqdm now has type stubs
1 parent c8a9d28 commit f35ae5b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ repos:
4242
- types-setuptools
4343
- types-six
4444
- types-tabulate
45+
- types-tqdm
4546
args: []
4647

4748
- repo: https://github.com/pre-commit/pre-commit-hooks

Diff for: pyproject.toml

-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,5 @@ module = [
5959
"monty.shutil",
6060
"pymatgen.core",
6161
"pytest",
62-
# https://github.com/tqdm/tqdm/issues/260
63-
"tqdm",
6462
]
6563
ignore_missing_imports = true

0 commit comments

Comments
 (0)