reorder-python-imports 3.15.0__tar.gz → 3.16.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {reorder_python_imports-3.15.0 → reorder_python_imports-3.16.0}/PKG-INFO +2 -2
- {reorder_python_imports-3.15.0 → reorder_python_imports-3.16.0}/README.md +1 -1
- {reorder_python_imports-3.15.0 → reorder_python_imports-3.16.0}/reorder_python_imports.egg-info/PKG-INFO +2 -2
- {reorder_python_imports-3.15.0 → reorder_python_imports-3.16.0}/reorder_python_imports.py +5 -2
- {reorder_python_imports-3.15.0 → reorder_python_imports-3.16.0}/setup.cfg +1 -1
- {reorder_python_imports-3.15.0 → reorder_python_imports-3.16.0}/LICENSE +0 -0
- {reorder_python_imports-3.15.0 → reorder_python_imports-3.16.0}/reorder_python_imports.egg-info/SOURCES.txt +0 -0
- {reorder_python_imports-3.15.0 → reorder_python_imports-3.16.0}/reorder_python_imports.egg-info/dependency_links.txt +0 -0
- {reorder_python_imports-3.15.0 → reorder_python_imports-3.16.0}/reorder_python_imports.egg-info/entry_points.txt +0 -0
- {reorder_python_imports-3.15.0 → reorder_python_imports-3.16.0}/reorder_python_imports.egg-info/requires.txt +0 -0
- {reorder_python_imports-3.15.0 → reorder_python_imports-3.16.0}/reorder_python_imports.egg-info/top_level.txt +0 -0
- {reorder_python_imports-3.15.0 → reorder_python_imports-3.16.0}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: reorder_python_imports
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.16.0
|
|
4
4
|
Summary: Tool for reordering python imports
|
|
5
5
|
Home-page: https://github.com/asottile/reorder-python-imports
|
|
6
6
|
Author: Anthony Sottile
|
|
@@ -61,7 +61,7 @@ Sample `.pre-commit-config.yaml`
|
|
|
61
61
|
|
|
62
62
|
```yaml
|
|
63
63
|
- repo: https://github.com/asottile/reorder-python-imports
|
|
64
|
-
rev: v3.
|
|
64
|
+
rev: v3.16.0
|
|
65
65
|
hooks:
|
|
66
66
|
- id: reorder-python-imports
|
|
67
67
|
```
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: reorder_python_imports
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.16.0
|
|
4
4
|
Summary: Tool for reordering python imports
|
|
5
5
|
Home-page: https://github.com/asottile/reorder-python-imports
|
|
6
6
|
Author: Anthony Sottile
|
|
@@ -61,7 +61,7 @@ Sample `.pre-commit-config.yaml`
|
|
|
61
61
|
|
|
62
62
|
```yaml
|
|
63
63
|
- repo: https://github.com/asottile/reorder-python-imports
|
|
64
|
-
rev: v3.
|
|
64
|
+
rev: v3.16.0
|
|
65
65
|
hooks:
|
|
66
66
|
- id: reorder-python-imports
|
|
67
67
|
```
|
|
@@ -420,9 +420,9 @@ REMOVALS[(3, 14)].add('from __future__ import annotations')
|
|
|
420
420
|
|
|
421
421
|
# GENERATED VIA generate-typing-rewrite-info
|
|
422
422
|
# Using:
|
|
423
|
-
# flake8-typing-imports==1.
|
|
423
|
+
# flake8-typing-imports==1.17.0
|
|
424
424
|
# mypy-extensions==1.1.0
|
|
425
|
-
# typing-extensions==4.
|
|
425
|
+
# typing-extensions==4.15.0
|
|
426
426
|
REPLACES[(3, 6)].update((
|
|
427
427
|
'typing_extensions=typing:AbstractSet',
|
|
428
428
|
'typing_extensions=typing:AnyStr',
|
|
@@ -545,6 +545,9 @@ REPLACES[(3, 13)].update((
|
|
|
545
545
|
'typing_extensions=typing:runtime_checkable',
|
|
546
546
|
'typing_extensions=warnings:deprecated',
|
|
547
547
|
))
|
|
548
|
+
REPLACES[(3, 14)].update((
|
|
549
|
+
'typing_extensions=typing:evaluate_forward_ref',
|
|
550
|
+
))
|
|
548
551
|
# END GENERATED
|
|
549
552
|
|
|
550
553
|
# GENERATED VIA generate-typing-pep585-rewrites
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|