You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Init 0.6.0 in changelog
* Close#36
* Fix#35
* Close#34
* Fix linting
* Open ignore to Wrapper and register.
* Update README and Changelog
* Fix typo in README
* Allow ignore to work with modules when source code is not retrievable.
* Allow functions in ignore
* Refactor to separate ignore functionality.
* Rename varname/varname.py to varname/core.py
* Update config files
* Allow regex for qualname matching in ignore
* Ignore standard libraries by default.
* Warn when a potential decorated function used directly as an ignore element
* Warn when a suspicious decorated function used as ignore element directly
* Use fnmatch instead of re for qualname matching for ignore; Check realpath instead of raw for module filename check for ignore.
* Split IgnoreModule
* Update docs.
* Split IgnoreQualname
* Update docs.
* Try adding python3.9 in CI
* Update pylintrc
* Apply suggestions from code review
Co-authored-by: Alex Hall <[email protected]>
* Take suggestions by Alex in the PR.
* Take suggestions by Alex in the PR.
* Add __varname_ignore_id__ to the module of module-qname ignore pair.
* Take suggestions by Alex in the PR.
* Submit README.rst, converted by dephell
* Fix a typo in test
* Change argument module to modname for utils.check_qualname_by_source
* Add lru_cache to check_qualname_by_source
* Initiate the playground
* Finish playground
* Add qualname uniqueness check for IgnoreFilenameQualname
* Uniform __repr__ and simplify subclass_init for IgnoreElem subclasses
* Update varname/ignore.py
Co-authored-by: Alex Hall <[email protected]>
* Update varname/ignore.py
Co-authored-by: Alex Hall <[email protected]>
Co-authored-by: Alex Hall <[email protected]>
0 commit comments