CloverHealth / pytest-pgsql

Clean PostgreSQL Databases for Your Tests
http://pytest-pgsql.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
65 stars 4 forks source link

Disable pylint false positive. #10

Closed 6C1 closed 5 years ago

6C1 commented 5 years ago

This PR disables a pylint false positive related to the SQLAlchemy util.dependencies decorator, which changes the signature of decorated functions. This is my favorite technique for confusing pylint; it is very effective.