Tanvir Rahman
d23f2c145a
docs: document how to test Flake8 plugins
...
Add plugin-development/testing-plugins.rst covering:
- editable install so entry points are visible
- legacy API: temp files + get_style_guide + check_files
- narrowing checks with select; full run without select
- subprocess CLI example with --select
Link the page from the plugin development toctree.
Closes #705 .
Made-with: Cursor
2026-05-01 18:18:25 +06:00
anthony sottile
3113fc3ed6
document F842
2026-04-05 14:42:35 -04:00
anthony sottile
c48217e1fc
Release 7.3.0
2025-06-20 15:30:26 -04:00
anthony sottile
6bcdb62859
document F542
2025-06-20 15:21:27 -04:00
Anthony Sottile
3613896bd9
document F824
2025-03-31 10:05:31 -04:00
Anthony Sottile
16f5f28a38
Release 7.2.0
2025-03-29 16:17:35 -04:00
Anthony Sottile
9d55ccdb72
py39+
2025-03-29 15:42:19 -04:00
Anthony Sottile
fffee8ba9d
Release 7.1.2
2025-02-16 13:48:15 -05:00
Anthony Sottile
cf1542cefa
Release 7.1.1
2024-08-04 16:31:56 -04:00
Victorien
10314ad9e5
Fix wording of plugins documentation
2024-07-23 13:39:49 +02:00
Anthony Sottile
65a38c42a7
Release 7.1.0
2024-06-15 17:36:14 -04:00
mzagol
866ad729c6
Add --extend-exclude to the TOC
2024-04-15 15:52:25 -05:00
Ian Stapleton Cordasco
6659b213c9
Fix toctree ordering in index
...
Also fix line-length issue in PR
2024-03-18 11:01:42 -05:00
Viicos
ba0f56610a
Use explicit external references
2024-03-18 11:01:35 -05:00
Viicos
350f2545fd
Use explicit external references
2024-03-17 20:03:19 +01:00
Viicos
49f52a8598
Update documentation regarding entry points
...
Refer to the PyPA packaging guide
Replace references to the deprecated `pkg_resources` docs
2024-03-14 21:06:23 +01:00
Michał Górny
26d3184ae2
update plugins for sphinx-prompt-1.8.0
...
The sphinx-prompt plugin has renamed its package in 1.8.0 from erraneous
`sphinx-prompt` name to `sphinx_prompt`. Adjust the conf accordingly.
2024-01-05 12:15:40 +01:00
Anthony Sottile
88a4f9b2f4
Release 7.0.0
2024-01-04 19:41:07 -05:00
Ian Stapleton Cordasco
26e09775a8
Merge pull request #1829 from abdulfataiaka/patch-1
...
Update invocation.rst file
2023-11-26 14:02:17 -06:00
Anthony Sottile
faef358748
Merge pull request #1854 from PyCQA/remove-doctest-options
...
remove --include-in-doctest and --exclude-in-doctest
2023-10-06 11:45:23 -04:00
Anthony Sottile
d734e31689
add minimal rtd configuration
2023-07-31 19:41:56 -04:00
Anthony Sottile
b3e2515122
remove --include-in-doctest and --exclude-in-doctest
2023-07-29 15:55:41 -04:00
Anthony Sottile
7ef0350a43
Release 6.1.0
2023-07-29 15:04:17 -04:00
Anthony Sottile
5bd63bc552
upgrade pyflakes to 3.1.x
2023-07-29 13:03:38 -04:00
Abdulfatai Aka
9b6887762b
Update invocation.rst file
2023-05-16 14:44:14 +01:00
Bastien Gérard
e6f9db5039
Update python-api.rst
...
Fix minor typo in doc
2023-01-21 21:37:35 +01:00
Anthony Sottile
837e81948b
communicate that --select is usually unnecessary
2022-12-14 12:55:37 -05:00
Anthony Sottile
b9a7794c4f
Release 6.0.0
2022-11-23 14:27:13 -05:00
Anthony Sottile
fba6df88f9
remove --diff option
2022-10-26 20:39:12 -07:00
Anthony Sottile
eafb4d7254
remove example help text from docs to avoid confusion
2022-09-22 21:04:10 -04:00
wookie184
a3e31c2f44
Prefer extend-ignore over ignore in general examples
2022-09-06 18:29:02 +01:00
Kai Mueller
e299674866
Document off-by-default feature
...
Add a short section to the plugin development.
See #1676
2022-09-04 16:48:46 -04:00
Kai Mueller
2ee3c56d93
Fix typo casae->case
2022-09-04 15:33:18 +00:00
Anthony Sottile
a929f124c8
Merge pull request #1633 from PyCQA/py37-plus
...
require python>=3.7
2022-08-27 20:34:38 -04:00
Dragos Velicanu
68455f0e8f
fix documentation of color configuruation
2022-08-10 13:49:20 -04:00
Anthony Sottile
e94fb10940
require python>=3.7
2022-08-05 19:51:08 -04:00
Anthony Sottile
6027577d32
Release 5.0.4
2022-08-03 19:19:37 -04:00
Todd Levi
7b8b374c9b
Clarify entry point naming
...
Clarified what is and is not a valid entry point name
for registering plugins.
2022-08-02 10:59:05 -04:00
Anthony Sottile
ff6569b87d
Release 5.0.3
2022-08-01 19:21:10 -04:00
Anthony Sottile
70c0b3d27a
Release 5.0.2
2022-08-01 06:01:45 -07:00
Anthony Sottile
91a7fa9ac3
fix order of release notes
2022-07-31 21:54:32 -04:00
Anthony Sottile
405cfe06e0
Release 5.0.1
2022-07-31 18:10:18 -04:00
Anthony Sottile
c7c6218e58
Release 5.0.0
2022-07-30 17:00:41 -04:00
Anthony Sottile
b9e0c6eb50
upgrade pyflakes to 2.5.x
2022-07-30 13:35:02 -04:00
Anthony Sottile
9afcda1286
fix docs build for sphinx 5.x
2022-05-30 18:24:13 -04:00
Anthony Sottile
9f88dc3a67
correct string example for E501 exclusions
...
https://github.com/PyCQA/pycodestyle/issues/1064
2022-04-25 12:43:36 -04:00
Anthony Sottile
a626e659c4
remove outdated output-file example from docs
2022-04-22 13:38:35 -07:00
Anthony Sottile
c6882772e1
where possible http->https and fix links
2022-02-10 15:47:58 -05:00
Anthony Sottile
430f55e6d7
remove manpage
...
the suggestion for packagers is to utilize help2man or similar tools to get an up-to-date manpage
2022-02-10 09:44:04 -05:00
Anthony Sottile
929cf5dfd3
remove log_token and EXTRA_VERBOSE
...
- flake8 spent 5% of execution in `log_token`
- `EXTRA_VERBOSE` was only used by `log_token`
- `python -m tokenize` provides better debug token output
2022-01-23 18:08:58 -05:00