Skip to content

Commit

Permalink
fix(style): remove Radon from the Nitpick preset
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Nov 12, 2023
1 parent 65b9ee8 commit 126b1c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/nitpick/resources/presets/nitpick.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 126b1c1

Please sign in to comment.