pre-commit-ci[bot]
8ace3157bd
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-02-07 14:51:56 +00:00
Paciupa
aa51e6662b
Apply suggestions from code review
...
Co-authored-by: Ian Stapleton Cordasco <graffatcolmingov@gmail.com>
2024-02-07 17:51:46 +03:00
Paciupa
74dba5b965
Add per-file-ignores mention in violations.rst
...
There is no mention of "per-file-ignores" option in "Selecting and Ignoring Violations" section documentation, only in "Full Listing of Options and Their Descriptions".
2024-02-07 15:31:22 +03: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
Anthony Sottile
d03b9c97cc
add a --require-plugins option
2022-01-22 14:08:32 -05:00
Anthony Sottile
c194d6cc30
combine local_plugin_paths and parse_plugin_options
2022-01-18 20:57:09 -05:00
Anthony Sottile
af07ecbf96
fix docs build
2022-01-05 16:00:01 -05:00
Anthony Sottile
741ff11bfb
use type hints instead of :type and :rtype
2022-01-05 14:09:39 -05:00
Anthony Sottile
50d69150c1
rework plugin loading
2021-12-31 15:09:54 -08:00
Anthony Sottile
65c893728e
refactor and simplify configuration loading
2021-11-22 19:45:17 -05:00
Anthony Sottile
66071563c2
split out file discovery and test it
2021-11-14 20:04:29 -08:00
Anthony Sottile
e527b8e3ca
simplify our own flake8 config
2021-11-14 08:49:01 -08:00
Anthony Sottile
0c62569c4f
remove dead code
...
detected using https://github.com/asottile/dead
2021-11-14 08:40:34 -08:00
Anthony Sottile
7e5d6501c1
remove mentions of flake8-polyfill
2021-11-14 08:17:04 -08:00
Scott Barlow
163814547d
Add .nox to default exclude list
2021-11-07 17:39:16 -08:00
Anthony Sottile
e6579239af
deprecate the --diff option
2021-11-05 20:51:04 -04:00
Anthony Sottile
848003cc05
add --color option
2021-11-05 20:37:08 -04:00