diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-05-07 19:34:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-07 19:34:23 +0200 |
| commit | 6db568bf69b7145451ff90e14da0e49fb5b6269b (patch) | |
| tree | 98123244a625e5ff30232c4c83d06047bd856030 /manage | |
| parent | 30756d5cfc517f63a0778a54799ab6431e062e56 (diff) | |
| parent | 4326009d003f0c5cda518deeff0030903fbc7605 (diff) | |
Merge pull request #1185 from return42/fix-1142
[fix] format.python: regexp argument '--include' in BLACK_TARGETS
Diffstat (limited to 'manage')
| -rwxr-xr-x | manage | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ GECKODRIVER_VERSION="v0.30.0" export NODE_MINIMUM_VERSION="16.13.0" # SPHINXOPTS= BLACK_OPTIONS=("--target-version" "py37" "--line-length" "120" "--skip-string-normalization") -BLACK_TARGETS=("--exclude" "searx/static,searx/languages.py" "--include" "searxng.msg" "searx" "searxng_extra" "tests") +BLACK_TARGETS=("--exclude" "searx/static,searx/languages.py" "--include" 'searxng.msg|\.pyi?$' "searx" "searxng_extra" "tests") pylint.FILES() { |