Skip to content

Commit

Permalink
Merge pull request #39 from nijel/drop-pylama
Browse files Browse the repository at this point in the history
chore: drop pylama
  • Loading branch information
honzajavorek authored Oct 25, 2024
2 parents 159eee4 + 73bfb5d commit eb8bf13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[wheel]
universal = 1

[pylama]
skip = env/*,venv/*

[tool:pytest]
testpaths = tests
norecursedirs = env venv .git
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
tests_require = [
"pytest-runner",
"pytest",
"pylama",
"responses",
"mock",
"coveralls",
Expand Down

0 comments on commit eb8bf13

Please sign in to comment.