This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
Watch
1
Star
0
Fork
0
You've already forked ruff
mirror of
https://github.com/astral-sh/ruff
synced
2026-01-20 21:10:48 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8a26c8b4e08a8a2002f17c979d60ec69f7fdeaa5
ruff
/
src
/
cst
History
Colin Delahunty
70895a8f1e
Pyupgrade:
import mock
to
from unittest import mock
(
#1488
)
2022-12-31 21:25:06 -05:00
..
helpers.rs
Handle multi-segment import-from removal (
#479
)
2022-10-26 16:36:12 -04:00
matchers.rs
Pyupgrade:
import mock
to
from unittest import mock
(
#1488
)
2022-12-31 21:25:06 -05:00
mod.rs
DRY up utilities in flake8_comprehensions/fixes.rs (
#556
)
2022-11-02 22:00:53 -04:00