Brian Schubert
538bbadf8c
[pyflakes] Update to 3.3.2 ( #13756 )
2025-03-31 23:32:00 -07:00
Sebastian Rittau
fb79994077
[pyflakes] Update to 3.3.* ( #13745 )
2025-03-31 13:04:49 +02:00
Max Muoto
37807d753a
Use Generator instead of Iterator for 3rd-party context managers ( #12481 )
2024-08-12 14:26:18 +02:00
Kanishk Pachauri
b859441e74
[pyflakes] add backwards compatibility module ( #11910 )
2024-05-14 07:50:51 +02:00
github-actions[bot]
1de5830a27
[stubsabot] Bump pyflakes to 3.2.* ( #11252 )
...
Release: https://pypi.org/pypi/pyflakes/3.2.0
Homepage: https://github.com/PyCQA/pyflakes
Repository: https://github.com/PyCQA/pyflakes
Diff: https://github.com/PyCQA/pyflakes/compare/3.1.0...3.2.0
Stubsabot analysis of the diff between the two releases:
- 0 public Python files have been added.
- 0 files included in typeshed's stubs have been deleted.
- 2 files included in typeshed's stubs have been modified or renamed: `pyflakes/__init__.py`, `pyflakes/checker.py`.
- Total lines of Python code added: 20.
- Total lines of Python code deleted: 1.
2024-01-05 17:59:05 -08:00
Sebastian Rittau
b6eaadcfe5
Update typing_extensions imports in third-party stubs ( #11245 )
2024-01-05 15:40:13 +01:00
Sebastian Rittau
23604858a6
Remove Python 3.7 branches ( #11238 )
2024-01-05 11:39:39 +01:00
Alex Waygood
1d2fe59e88
Third-party stubs: remove unused type: ignores ( #11063 )
2023-11-23 13:35:45 +00:00
Alex Waygood
a079b0de6e
Update pyflakes stubs for v3.1.* ( #10518 )
2023-07-30 15:35:26 -07:00
Sebastian Rittau
afe18e95a9
Add an upstream_repository field to METADATA.toml ( #10487 )
...
Closes : #10478
2023-07-20 16:45:41 +02:00
Avasam
db0149859c
Add partial_stub metadata field ( #10157 )
2023-05-10 17:04:18 +02:00
Alex Waygood
6fd7e36e80
Add default values for third-party stubs beginning with 'P' ( #9957 )
2023-03-27 18:58:53 +01:00
Avasam
ed6748fb32
Stubtest settings: change ignore_missing_stub default to false ( #9779 )
...
If you're reading about this commit from an autogenerated changelog entry, this should have no user-visible impact on how the stubs are interpreted by a type checker; it's just an internal change to how typeshed's tests work.
2023-02-20 22:37:45 +00:00
Jelle Zijlstra
59f35b51b2
pyflakes: fix stubtest ( #9273 )
...
Fixes #9272
2022-11-25 09:34:37 +01:00
github-actions[bot]
5f5449bcdf
Bump pyflakes to 3.0.* ( #9264 )
...
Release: https://pypi.org/pypi/pyflakes/3.0.0
Homepage: https://github.com/PyCQA/pyflakes
Diff: https://github.com/PyCQA/pyflakes/compare/2.5.0...3.0.0
Stubsabot analysis of the diff between the two releases:
- 0 public Python files have been added.
- 0 files included in typeshed's stubs have been deleted.
- 4 files included in typeshed's stubs have been modified or renamed: `pyflakes/__init__.py`, `pyflakes/api.py`, `pyflakes/checker.py`, `pyflakes/messages.py`.
- Total lines of Python code added: 80.
- Total lines of Python code deleted: 446.
Co-authored-by: AlexWaygood <alex.waygood@gmail.com >
2022-11-24 11:40:41 -08:00
Shantanu
02a72d0045
Bump pyflakes to 2.5.* ( #8495 )
2022-08-05 08:55:36 +02:00
Alex Waygood
6348a58b8b
Import Match and Pattern from re, not typing ( #8277 )
2022-07-12 15:32:48 +02:00
Alex Waygood
b093c90a94
Use TypeAlias for type aliases where possible, part II ( #7667 )
2022-04-20 20:02:47 +01:00
Alex Waygood
740193a8fc
Use TypeAlias where possible for type aliases ( #7630 )
2022-04-15 18:01:00 -07:00
Alex Waygood
da7604a968
Add stubs for pyflakes ( #7175 )
2022-02-11 12:21:28 +01:00