Skip to content

Commit

Permalink
fix(style): comma_separated_values for flake8/isort
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Nov 11, 2023
1 parent c5afadb commit 7336dbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/nitpick/resources/python/flake8.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ additional_dependencies = ["flake8-blind-except", "flake8-bugbear", "flake8-comp

[".codeclimate.yml".plugins.pep8] # https://docs.codeclimate.com/docs/pep8 PEP8 already being checked by flake8 plugins on pre-commit
enabled = false

[nitpick.files."setup.cfg"]
comma_separated_values = ["flake8.ignore", "flake8.exclude"]
3 changes: 3 additions & 0 deletions src/nitpick/resources/python/isort.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ repo = "https://github.com/PyCQA/isort"

[[".pre-commit-config.yaml".repos.hooks]]
id = "isort"

[nitpick.files."setup.cfg"]
comma_separated_values = ["isort.skip", "isort.known_first_party"]

0 comments on commit 7336dbc

Please sign in to comment.