From 126b1c10db033e66b2f2d4386bf8d4342d6557c4 Mon Sep 17 00:00:00 2001 From: "W. Augusto Andreoli" Date: Sun, 12 Nov 2023 13:09:50 +0100 Subject: [PATCH] fix(style): remove Radon from the Nitpick preset --- .codeclimate.yml | 2 +- docs/requirements.txt | 2 +- src/nitpick/resources/presets/nitpick.toml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 38dae830..91e22111 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -28,7 +28,7 @@ plugins: pylint: # https://docs.codeclimate.com/docs/pylint Already checked by pre-commit enabled: false radon: # https://docs.codeclimate.com/docs/radon - enabled: true + enabled: false config: # https://radon.readthedocs.io/en/latest/commandline.html#the-cc-command threshold: "C" diff --git a/docs/requirements.txt b/docs/requirements.txt index 16b6dad7..b4264de5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -15,7 +15,7 @@ exceptiongroup==1.1.3 ; python_version >= "3.8" and python_version < "3.11" flake8==5.0.4 ; python_version >= "3.8" and python_version < "4.0" flatten-dict==0.4.2 ; python_version >= "3.8" and python_version < "4.0" furl==2.1.3 ; python_version >= "3.8" and python_version < "4.0" -identify==2.5.31 ; python_version >= "3.8" and python_version < "4.0" +identify==2.5.30 ; python_version >= "3.8" and python_version < "4.0" idna==3.4 ; python_version >= "3.8" and python_version < "4.0" imagesize==1.4.1 ; python_version >= "3.8" and python_version < "4.0" importlib-metadata==6.8.0 ; python_version >= "3.8" and python_version < "3.10" diff --git a/src/nitpick/resources/presets/nitpick.toml b/src/nitpick/resources/presets/nitpick.toml index e46b7ab4..f13afbfd 100644 --- a/src/nitpick/resources/presets/nitpick.toml +++ b/src/nitpick/resources/presets/nitpick.toml @@ -16,7 +16,6 @@ include = [ "py://nitpick/resources/python/mypy", "py://nitpick/resources/python/poetry", "py://nitpick/resources/python/pylint", - "py://nitpick/resources/python/radon", "py://nitpick/resources/python/readthedocs", "py://nitpick/resources/python/sonar-python", "py://nitpick/resources/python/tox",