Skip to content

Commit a16d75f

Browse files
committed
dev: fix lint errors
1 parent 30d4d7c commit a16d75f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

pylama.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[pylama]
2-
skip = setup.py,tools/.python/**
3-
ignore = E225,E202,E211,E231,E226,W292,W291,E251,E122,E501,E701,E227,E305,E128,W391
2+
skip = setup.py,tools/.python/**,.tox/**
3+
ignore = E225,E202,E211,E231,E226,W292,W291,E251,E122,E501,E701,E227,E305,E128,W391,C901
44

55
[pylama:pyflakes]
66
builtins = _

tests/conftest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
import asyncio
2-
import socket
3-
import struct
4-
51
import pytest
62

73
pytest_plugins = ["pytester"]

0 commit comments

Comments
 (0)