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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: reorder_python_imports
3
- Version: 3.15.0
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.15.0
64
+ rev: v3.16.0
65
65
  hooks:
66
66
  - id: reorder-python-imports
67
67
  ```
@@ -44,7 +44,7 @@ Sample `.pre-commit-config.yaml`
44
44
 
45
45
  ```yaml
46
46
  - repo: https://github.com/asottile/reorder-python-imports
47
- rev: v3.15.0
47
+ rev: v3.16.0
48
48
  hooks:
49
49
  - id: reorder-python-imports
50
50
  ```
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: reorder_python_imports
3
- Version: 3.15.0
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.15.0
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.16.0
423
+ # flake8-typing-imports==1.17.0
424
424
  # mypy-extensions==1.1.0
425
- # typing-extensions==4.13.2
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
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = reorder_python_imports
3
- version = 3.15.0
3
+ version = 3.16.0
4
4
  description = Tool for reordering python imports
5
5
  long_description = file: README.md
6
6
  long_description_content_type = text/markdown