-
-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
Description
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
...