This website requires JavaScript.
Explore
Help
Sign In
Cyclic0007
/
ruff
Watch
1
Star
0
Fork
0
You've already forked ruff
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2e7a1a4cb15cf15eb287c51a369a4e72414504cb
ruff
/
crates
/
ruff_python_resolver
/
src
History
renovate[bot]
4047d456b6
chore(deps): update rust crate insta to v1.38.0 (
#10701
)
2024-04-01 15:44:30 +00:00
..
snapshots
Add dedicated
struct
for implicit imports (
#5427
)
2023-06-28 18:55:43 +00:00
config.rs
…
execution_environment.rs
…
host.rs
…
implicit_imports.rs
Format let-else with rustfmt nightly (
#5461
)
2023-07-03 02:13:35 +00:00
import_result.rs
Use Rust 1.75 toolchain (
#9437
)
2024-01-08 18:03:16 +01:00
lib.rs
chore(deps): update rust crate insta to v1.38.0 (
#10701
)
2024-04-01 15:44:30 +00:00
module_descriptor.rs
…
native_module.rs
Replace
.map_or(false, $closure)
with
.is_some_and(closure)
(
#6244
)
2023-08-01 19:29:42 +02:00
py_typed.rs
…
python_platform.rs
Make lib iteration platform-specific (
#5406
)
2023-06-28 13:52:20 +00:00
python_version.rs
…
resolver.rs
Replace
.map_or(false, $closure)
with
.is_some_and(closure)
(
#6244
)
2023-08-01 19:29:42 +02:00
search.rs
Update to Rust 1.74 and use new clippy lints table (
#8722
)
2023-11-16 18:12:46 -05:00