.gitignore
.pre-commit-config.yaml
LICENSE
README.md
setup.cfg
setup.py
.github/codecov.yml
.github/workflows/test.yml
flake8_future_annotations/__init__.py
flake8_future_annotations/checker.py
flake8_future_annotations/py.typed
flake8_future_annotations.egg-info/PKG-INFO
flake8_future_annotations.egg-info/SOURCES.txt
flake8_future_annotations.egg-info/dependency_links.txt
flake8_future_annotations.egg-info/entry_points.txt
flake8_future_annotations.egg-info/not-zip-safe
flake8_future_annotations.egg-info/requires.txt
flake8_future_annotations.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_checker.py
tests/test_files/__init__.py
tests/test_files/edge_case.py
tests/test_files/from_typing_import.py
tests/test_files/import_typing.py
tests/test_files/import_typing_as.py
tests/test_files/ok_no_types.py
tests/test_files/ok_non_simplifiable_types.py
tests/test_files/ok_uses_future.py
tests/test_files/ok_variable_name.py