flake8 plugin to enforce new-style type hints (PEP 585)
Project description
flake8-pep585
This plugin enforces the changes proposed by PEP 585.
from typing import Callable
# PEA001 typing.Callable is deprecated, use collections.abc.Callable instead. See PEP 585 for details
import typing as ty
ty.Match
# PEA001 typing.Match is deprecated, use re.Match instead. See PEP 585 for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flake8-pep585-0.1.5.tar.gz
(8.1 kB
view details)
Built Distribution
File details
Details for the file flake8-pep585-0.1.5.tar.gz
.
File metadata
- Download URL: flake8-pep585-0.1.5.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.8 Linux/5.10.84-1-MANJARO
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44520c758caba41b366a601a315a09f2b47f4524f54cadae99647eea06b9e04a |
|
MD5 | 5e8bf2c7d44def3ccf9a4b2c27371219 |
|
BLAKE2b-256 | a9acdd54462db6ed8727a4275432cc253a7f2c4482eb04838b59cff0c9010e4e |
File details
Details for the file flake8_pep585-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: flake8_pep585-0.1.5-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.8 Linux/5.10.84-1-MANJARO
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e565a3a2459528acee55b5ff88f7a604a5c4d736694956fff993eaf7fc0d6f38 |
|
MD5 | 23f143a0ed946a728b1486c0f01a6883 |
|
BLAKE2b-256 | 4204072c49e5008b310b7209e990d68fa7d08c36f30add26c3e35b653d0c7a84 |