diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-11 15:29:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-11 15:29:34 +0200 |
commit | af52033971eccecea47597ebbfaeac15773b3e1b (patch) | |
tree | 38b29bf4b2ef3edc58c7d916c9008c6e26d0cc33 /.pre-commit-config.yaml | |
parent | 5949e4805d932411985aeeb6e55b7c9be6ef2c21 (diff) | |
download | pylint-git-af52033971eccecea47597ebbfaeac15773b3e1b.tar.gz |
Rename copying to license and upgrade the setup.cfg (#4338)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 99cbcd198..c824adc49 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,10 +6,6 @@ repos: exclude: "tests/functional/t/trailing_whitespaces.py" - id: end-of-file-fixer exclude: "tests/functional/m/missing/missing_final_newline.py|tests/functional/t/trailing_newlines.py" - - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.17.0 - hooks: - - id: setup-cfg-fmt - repo: https://github.com/myint/autoflake rev: v1.4 hooks: |