Skip to content

Commit

Permalink
Add pyup configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Feb 8, 2021
1 parent d00b482 commit 6494c7f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
1 change: 1 addition & 0 deletions .pyup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
branch: main
13 changes: 7 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ packages = [
{ include = '.editorconfig', format = "sdist" },
{ include = '.flake8', format = "sdist" },
{ include = '.mypy.ini', format = "sdist" },
{ include = 'codecov.yml', format = "sdist" },
{ include = 'poetry.lock', format = "sdist" },
{ include = 'tox.ini', format = "sdist" },
{ include = 'setup.cfg', format = "sdist" },
Expand Down
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ python-tag = py3
[aliases]
test = pytest

[check-manifest]
ignore =
codecov.yml
.travis.yml
.pyup.yml

[tool:pytest]
# Only run benchmarks as tests.
# To actually run the benchmarks, use --benchmark-enable on the command line.
Expand Down

0 comments on commit 6494c7f

Please sign in to comment.