Skip to content

Commit

Permalink
build: reorganize and update configuration files (#130)
Browse files Browse the repository at this point in the history
rename mypy.ini >> .mypi.ini
move configuration settings out of tox.ini
update pre-commit config
update pylint config
  • Loading branch information
César Román authored Feb 10, 2023
1 parent d306308 commit 47e1141
Show file tree
Hide file tree
Showing 7 changed files with 414 additions and 378 deletions.
5 changes: 5 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[flake8]
ignore = F821
max-complexity = 10
max-doc-length = 72
max-line-length = 88
4 changes: 4 additions & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[isort]
extra_standard_library = typing
profile = black
py_version = 27
File renamed without changes.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ repos:
language: system
types: [python]
- repo: /~https://github.com/commitizen-tools/commitizen
rev: v2.40.0
rev: v2.41.0
hooks:
- id: commitizen
3 changes: 3 additions & 0 deletions .pydocstyle
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pydocstyle]
add_select = D400, D401
convention = google
Loading

0 comments on commit 47e1141

Please sign in to comment.