Skip to content

Enforce mypy typechecking in CI #332

@chfw

Description

@chfw

Hi all,

This project's PR template reads very interesting:

I accept that @willmcgugan may be pedantic in the code review.

I wondered if adding flake8 check to such a cool project would support the word: 'pedantic', strongly. Is there a good reason not to have flake8?

Here is what flake8 tells about the files:

...
tests/test_path.py:183:22: F405 'iswildcard' may be undefined, or defined from star imports: fs.path
tests/test_path.py:184:22: F405 'iswildcard' may be undefined, or defined from star imports: fs.path
tests/test_path.py:185:22: F405 'iswildcard' may be undefined, or defined from star imports: fs.path
tests/test_path.py:186:26: F405 'iswildcard' may be undefined, or defined from star imports: fs.path
tests/test_path.py:187:26: F405 'iswildcard' may be undefined, or defined from star imports: fs.path
tests/test_path.py:188:26: F405 'iswildcard' may be undefined, or defined from star imports: fs.path
tests/test_path.py:204:30: F405 'relativefrom' may be undefined, or defined from star imports: fs.path
...

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions