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
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
Ian Stapleton Cordasco
221de71071
Fix ReadTheDocs builds
...
docutils 0.18 is busted and needs to be prevented from being installed
Related to https://github.com/sphinx-doc/sphinx/issues/9788
Related to https://github.com/readthedocs/readthedocs.org/issues/8616
2021-11-02 05:52:28 -05:00
Guilhem Saurel
d835bc8397
remove more mentions of user-level configuration in docs
2021-10-11 20:54:47 +02:00
Guilhem Saurel
ac2059d154
update doc after #1404
2021-10-11 20:49:57 +02:00
Anthony Sottile
82b698e099
Release 4.0.1
2021-10-11 05:41:53 -07:00
Anthony Sottile
d31c5356bb
Release 4.0.0
2021-10-10 19:07:21 -07:00
Ian Stapleton Cordasco
807904aebc
Drop support for Home and XDG config files
...
This has been a huge support burden for us. I seriously considered doing
this in 3.0 but caved to a vocal minority and the desire to keep as much
backwards compatibility as possible. At this point, however, I'm done
witnessing the abuse Anthony has to suffer over this and I'm done with
the undue hostility that people who don't bother to read the docs
display. Hopefully, this eases that a bit.
2021-10-10 19:18:51 -05:00
Nikita Sobolev
e6eaab1011
Improves plugin docs
...
Replaces `flake8-future` with `flake8-quotes`
2021-06-22 12:15:20 +03:00