All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning (to the best of our ability).
- New check
PD901 'df' is a bad variable name. Be kinder to your future self.
(#69) - An
--annoy
flag that can be used to activate checks that set to "off" by default. The off-by-default checks should use the conventionPD9xx
(#69) - Added
PD901
to README along with an example use of the--annoy
flag (#69)
test_PD012.py
had test cases that useddf = <something>
, which conflicted with the newPD901
check. These were changed toemployees = <something>
(#69)- Applied the
black
formatter to the entire pandas-vet package.
- None
- A few extraneous variables (455d1f0)
- None
- None
- None
- None
- Unnecessary commented line from
setup.py
(#67)
- PD015 would fail if
node.func.value
did not have anid
. Fixed with #65 version.py
now correctly uses v0.2.x. This version file was not bumped with the last release. (#67)
- None