diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-07-19 23:25:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-19 23:25:48 +0800 |
| commit | acbd6bad9ded9a1d59e80e71d334d64b0244f5cd (patch) | |
| tree | c7e162bb6962be9f33b9f7edb84da1b7511fe0d7 /.codeclimate.yml | |
| parent | 06c219929a427737b43c5dfd5359019f2c110d41 (diff) | |
| parent | f587b21a98e7c26986db87d991af42cafcfebb07 (diff) | |
| download | gitpython-acbd6bad9ded9a1d59e80e71d334d64b0244f5cd.tar.gz | |
Merge pull request #1294 from gitpython-developers/tidy-tools
Tidy tools
Diffstat (limited to '.codeclimate.yml')
| -rw-r--r-- | .codeclimate.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml deleted file mode 100644 index e658e678..00000000 --- a/.codeclimate.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -engines: - duplication: - enabled: true - config: - languages: - - python - pep8: - enabled: true - radon: - enabled: true -ratings: - paths: - - "**.py" -exclude_paths: |
