| .. |
|
bar
|
Rename resources/test/src to resources/test/fixtures (#92)
|
2022-09-03 11:49:03 -04:00 |
|
directory
|
Improve exclusion syntax to match exact files (#209)
|
2022-09-15 21:40:49 -04:00 |
|
foo
|
Rename resources/test/src to resources/test/fixtures (#92)
|
2022-09-03 11:49:03 -04:00 |
|
E402.py
|
Implement E402 (ModuleImportNotAtTopOfFile) (#102)
|
2022-09-04 16:20:36 -04:00 |
|
E501.py
|
fix: Use UTF-32 char count for line length (#223) (#224)
|
2022-09-18 10:45:41 -06:00 |
|
E711.py
|
Pull in pycodestyle tests for E checks (#195)
|
2022-09-14 22:22:53 -04:00 |
|
E712.py
|
Pull in pycodestyle tests for E checks (#195)
|
2022-09-14 22:22:53 -04:00 |
|
E713.py
|
Pull in pycodestyle tests for E checks (#195)
|
2022-09-14 22:22:53 -04:00 |
|
E714.py
|
Pull in pycodestyle tests for E checks (#195)
|
2022-09-14 22:22:53 -04:00 |
|
E721.py
|
Pull in pycodestyle tests for E checks (#195)
|
2022-09-14 22:22:53 -04:00 |
|
E722.py
|
Pull in pycodestyle tests for E checks (#195)
|
2022-09-14 22:22:53 -04:00 |
|
E731.py
|
Pull in pycodestyle tests for E checks (#195)
|
2022-09-14 22:22:53 -04:00 |
|
E741.py
|
Add test case for assignment expression in `E741.py` (#168)
|
2022-09-12 09:03:36 -04:00 |
|
E742.py
|
Implement E742 (#160)
|
2022-09-11 20:27:48 -04:00 |
|
E743.py
|
Implement E743 (#162)
|
2022-09-11 21:27:33 -04:00 |
|
E999.py
|
Raise error when failing to parse (#199)
|
2022-09-14 22:37:55 -04:00 |
|
F401.py
|
Support remaining typing module members (#141)
|
2022-09-10 14:51:43 -04:00 |
|
F402.py
|
Implement F402 (#221)
|
2022-09-21 11:12:55 -04:00 |
|
F403.py
|
Rename resources/test/src to resources/test/fixtures (#92)
|
2022-09-03 11:49:03 -04:00 |
|
F404.py
|
Implement F404 (#159)
|
2022-09-11 18:05:00 -04:00 |
|
F405.py
|
Implement F405 (#243)
|
2022-09-21 12:13:40 -04:00 |
|
F406.py
|
Implement F406 (#172)
|
2022-09-12 16:47:30 -04:00 |
|
F407.py
|
Implement F407 (#158)
|
2022-09-11 18:05:28 -04:00 |
|
F541.py
|
Rename resources/test/src to resources/test/fixtures (#92)
|
2022-09-03 11:49:03 -04:00 |
|
F601.py
|
Implement F601 and F602 (#122)
|
2022-09-07 12:57:50 -04:00 |
|
F602.py
|
Implement F601 and F602 (#122)
|
2022-09-07 12:57:50 -04:00 |
|
F622.py
|
Implement F621 and F622 (#143)
|
2022-09-10 15:04:33 -04:00 |
|
F631.py
|
Implement F631 (AssertTuple) (#99)
|
2022-09-04 08:39:49 -04:00 |
|
F632.py
|
Implement F632 (#190)
|
2022-09-14 18:22:35 -04:00 |
|
F633.py
|
feat: Implement `InvalidPrintSyntax` (`F633`) (#182)
|
2022-09-13 21:10:20 -04:00 |
|
F634.py
|
Fix false positive for `IfTuple` (#96)
|
2022-09-03 22:56:55 -04:00 |
|
F701.py
|
Implement F701 and F702 (#169)
|
2022-09-12 11:16:08 -04:00 |
|
F702.py
|
Implement F701 and F702 (#169)
|
2022-09-12 11:16:08 -04:00 |
|
F704.py
|
Rename resources/test/src to resources/test/fixtures (#92)
|
2022-09-03 11:49:03 -04:00 |
|
F706.py
|
Rename resources/test/src to resources/test/fixtures (#92)
|
2022-09-03 11:49:03 -04:00 |
|
F707.py
|
Implement F707 (DefaultExceptNotLast) (#101)
|
2022-09-04 11:55:06 -04:00 |
|
F722.py
|
Implement F722 (#175)
|
2022-09-12 21:34:27 -04:00 |
|
F821.py
|
Adjust line numbers when reporting rules in f-strings (#244)
|
2022-09-21 13:42:58 -04:00 |
|
F822.py
|
Implement F822 (#94)
|
2022-09-03 12:08:26 -04:00 |
|
F823.py
|
Rename resources/test/src to resources/test/fixtures (#92)
|
2022-09-03 11:49:03 -04:00 |
|
F831.py
|
Rename resources/test/src to resources/test/fixtures (#92)
|
2022-09-03 11:49:03 -04:00 |
|
F841.py
|
Ignore F841 violations when locals() is in scope (#226)
|
2022-09-19 20:13:55 -06:00 |
|
F901.py
|
Rename resources/test/src to resources/test/fixtures (#92)
|
2022-09-03 11:49:03 -04:00 |
|
R001.py
|
Implement R002 (NoAssertEquals) (#98)
|
2022-09-05 12:27:47 -04:00 |
|
R002.py
|
Implement R002 (NoAssertEquals) (#98)
|
2022-09-05 12:27:47 -04:00 |
|
__init__.py
|
Allow __path__ in __init__.py (#201)
|
2022-09-15 09:44:03 -04:00 |
|
excluded.py
|
Rename resources/test/src to resources/test/fixtures (#92)
|
2022-09-03 11:49:03 -04:00 |
|
future_annotations.py
|
Add support for from __future__ import annotations (#189)
|
2022-09-14 18:22:19 -04:00 |
|
pyproject.toml
|
Treat relative excludes as relative to project root (#228)
|
2022-09-19 20:45:02 -06:00 |