Skip to content

Commit 6494c7f

Browse files
committed
Add pyup configuration file
1 parent d00b482 commit 6494c7f

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

.pyup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
branch: main

poetry.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ packages = [
3232
{ include = '.editorconfig', format = "sdist" },
3333
{ include = '.flake8', format = "sdist" },
3434
{ include = '.mypy.ini', format = "sdist" },
35-
{ include = 'codecov.yml', format = "sdist" },
3635
{ include = 'poetry.lock', format = "sdist" },
3736
{ include = 'tox.ini', format = "sdist" },
3837
{ include = 'setup.cfg', format = "sdist" },

setup.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ python-tag = py3
44
[aliases]
55
test = pytest
66

7+
[check-manifest]
8+
ignore =
9+
codecov.yml
10+
.travis.yml
11+
.pyup.yml
12+
713
[tool:pytest]
814
# Only run benchmarks as tests.
915
# To actually run the benchmarks, use --benchmark-enable on the command line.

0 commit comments

Comments
 (0)