8000 Releases · ewhauser/ruff · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: ewhauser/ruff

0.1.6

21 Nov 17:33
5f78580
Compare
Choose a tag to compare
Remove unecessary commentary in PD901 message (#8625)

## Summary

Removes unnecessary commentary from the PD901 message. This does make it
different from pandas-vet, but it improves consistency with the rest of
messages.

Current Message:

> `df` is a bad variable name. Be kinder to your future self.


New Message

> `df` is a bad variable name.


## Test Plan

The relevant snapshot has been updated with the new message.

---------

Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>

0.1.5: Remove unecessary commentary in PD901 message (#8625)

12 Nov 18:05
5f78580
Compare
Choose a tag to compare

This binary is available due to aspect-build/rules_lint#42. This repository will be deleted soon.

0