Skip to content

Commit

Permalink
Move pulls_table to github.py
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Apr 2, 2023
1 parent 132ba95 commit df52050
Show file tree
Hide file tree
Showing 10 changed files with 1,436 additions and 1,717 deletions.
8 changes: 6 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cache_dir = /tmp/pytest_cache
addopts =
--tb=short
--durations=10
--log-level=DEBUG
--log-level=INFO
--junit-xml=.reports/pytest-tests.xml
--code-highlight=no
--strict-config
Expand Down Expand Up @@ -46,7 +46,7 @@ max-complexity = 6


[mypy]
files = src
files = rich_tables
strict = false
warn_unreachable = true
warn_unused_ignores = true
Expand All @@ -73,10 +73,14 @@ disable = missing-function-docstring,
too-many-public-methods,
too-few-public-methods,
too-many-arguments,
too-many-instance-attributes,
unused-import

[pylint.REPORTS]
output-format = parseable

[pylint.SIMILARITIES]
ignore-imports = yes

[tool:isort]
profile = black
Loading

0 comments on commit df52050

Please sign in to comment.