FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for python - knut0815/ruff · GitHub
knut0815
/
ruff
Public
forked from
astral-sh/ruff
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ruff
python
on
main
User selector
Datepicker
Commit history
Commits on Nov 10, 2025
Rebuild ruff binary instead of sharing it across jobs (#21361)
MichaReiser
authored
84a8107
View commit details
Copy full SHA for 84a8107
View code at this point
Browse repository at this point
Commits on Nov 3, 2025
Run py-fuzzer with `--profile=profiling` locally and in CI (#21266)
AlexWaygood
authored
42adfd4
View commit details
Copy full SHA for 42adfd4
View code at this point
Browse repository at this point
Update dependency tomli to v2.3.0 (#21240)
Show description for 3493c9b
renovate[bot]
authored
3493c9b
View commit details
Copy full SHA for 3493c9b
View code at this point
Browse repository at this point
Commits on Oct 29, 2025
[`ruff-ecosystem`] Fix CLI crash on Python 3.14 (#21092)
danparizher
authored
980b4c5
View commit details
Copy full SHA for 980b4c5
View code at this point
Browse repository at this point
Commits on Oct 23, 2025
[ty] Infer type for implicit `self` parameters in method bodies (#20922)
Show description for 589e8ac
sharkdp
and
Glyphack
authored
589e8ac
View commit details
Copy full SHA for 589e8ac
View code at this point
Browse repository at this point
Commits on Oct 18, 2025
Run py-fuzzer using Python 3.14 in CI (#20957)
AlexWaygood
authored
09306a1
View commit details
Copy full SHA for 09306a1
View code at this point
Browse repository at this point
Commits on Oct 17, 2025
Dogfood ty on py-fuzzer in CI (#20946)
AlexWaygood
authored
8ca2b55
View commit details
Copy full SHA for 8ca2b55
View code at this point
Browse repository at this point
Update usage instructions and lockfile for py-fuzzer script (#20940)
AlexWaygood
authored
c424007
View commit details
Copy full SHA for c424007
View code at this point
Browse repository at this point
[ty] Re-enable fuzzer seeds that are no longer slow (#20937)
AlexWaygood
authored
baaa8da
View commit details
Copy full SHA for baaa8da
View code at this point
Browse repository at this point
Commits on Oct 14, 2025
[ty] Ignore slow seeds as a temporary measure (#20870)
Show description for f8e00e3
sharkdp
authored
f8e00e3
View commit details
Copy full SHA for f8e00e3
View code at this point
Browse repository at this point
Commits on Sep 10, 2025
[`pyupgrade`] Remove `non-pep604-isinstance` (`UP038`) (#19156)
Show description for 3dbdd2b
committed
3dbdd2b
View commit details
Copy full SHA for 3dbdd2b
View code at this point
Browse repository at this point
Commits on Aug 29, 2025
[ty] skip a slow seed in fuzzer (#20161)
Show description for fe953e5
carljm
authored
fe953e5
View commit details
Copy full SHA for fe953e5
View code at this point
Browse repository at this point
Commits on Aug 13, 2025
[ty] Remove py-fuzzer skips for seeds that are no longer slow (#19906)
AlexWaygood
authored
d324ced
View commit details
Copy full SHA for d324ced
View code at this point
Browse repository at this point
[ty] simplify return type of place_from_declarations (#19884)
Show description for e12747a
carljm
authored
e12747a
View commit details
Copy full SHA for e12747a
View code at this point
Browse repository at this point
Commits on Aug 5, 2025
Allow hiding the diagnostic severity in `ruff_db` (#19644)
Show description for 78e5fe0
ntBre
authored
78e5fe0
View commit details
Copy full SHA for 78e5fe0
View code at this point
Browse repository at this point
Commits on Jul 22, 2025
Skip notebook with errors in ecosystem check (#19491)
Show description for 9af8597
ntBre
authored
9af8597
View commit details
Copy full SHA for 9af8597
View code at this point
Browse repository at this point
Commits on Jun 24, 2025
py-fuzzer: allow relative executable paths (#18915)
Show description for 0edbd6c
sharkdp
authored
0edbd6c
View commit details
Copy full SHA for 0edbd6c
View code at this point
Browse repository at this point
Commits on Jun 9, 2025
`ruff/__main__.py`: Remove unnecessary `os.fsdecode` (#18551)
RazerM
authored
b01c95d
View commit details
Copy full SHA for b01c95d
View code at this point
Browse repository at this point
Commits on May 15, 2025
Bump `py-fuzzer` Dependencies (#18113)
maxmynter
authored
a5ee1a3
View commit details
Copy full SHA for a5ee1a3
View code at this point
Browse repository at this point
Commits on May 9, 2025
Exclude broken symlinks from `meson-python` ecosystem check (#17993)
Show description for 40fd52d
ntBre
authored
40fd52d
View commit details
Copy full SHA for 40fd52d
View code at this point
Browse repository at this point
[ty] fix more ecosystem/fuzzer panics with fixpoint (#17758)
Show description for 3d2485e
carljm
authored
3d2485e
View commit details
Copy full SHA for 3d2485e
View code at this point
Browse repository at this point
Commits on May 3, 2025
Rename Red Knot (#17820)
MichaReiser
authored
b51c4f8
View commit details
Copy full SHA for b51c4f8
View code at this point
Browse repository at this point
Commits on May 1, 2025
Improve messages outputted by py-fuzzer (#17764)
AlexWaygood
authored
41f3f21
View commit details
Copy full SHA for 41f3f21
View code at this point
Browse repository at this point
Commits on Apr 30, 2025
py-fuzzer: fix minimization logic when `--only-new-bugs` is passed (#17739)
AlexWaygood
authored
f31b1c6
View commit details
Copy full SHA for f31b1c6
View code at this point
Browse repository at this point
Commits on Apr 4, 2025
Run fuzzer with `--preview` (#17210)
Show description for b3243b5
ntBre
authored
b3243b5
View commit details
Copy full SHA for b3243b5
View code at this point
Browse repository at this point
Commits on Mar 20, 2025
Recognize `SyntaxError:` as an error code for ecosystem checks (#16879)
Show description for 6760251
ntBre
authored
6760251
View commit details
Copy full SHA for 6760251
View code at this point
Browse repository at this point
Commits on Mar 12, 2025
[red-knot] fix red-knot fuzzing (#16675)
Show description for 057e497
carljm
authored
057e497
View commit details
Copy full SHA for 057e497
View code at this point
Browse repository at this point
Commits on Feb 26, 2025
Start detecting version-related syntax errors in the parser (#16090)
Show description for 7880636
ntBre
and
AlexWaygood
authored
7880636
View commit details
Copy full SHA for 7880636
View code at this point
Browse repository at this point
Commits on Jan 20, 2025
Ignore notebook with syntax error in ecosystem (#15604)
Show description for 613951d
dhruvmanila
authored
613951d
View commit details
Copy full SHA for 613951d
View code at this point
Browse repository at this point
Update dependency tomli_w to v1.2.0 (#15600)
Show description for 070c160
renovate[bot]
authored
070c160
View commit details
Copy full SHA for 070c160
View code at this point
Browse repository at this point
Commits on Jan 7, 2025
Use uv consistently throughout the documentation (#15302)
Show description for 5567e7c
charliermarsh
authored
5567e7c
View commit details
Copy full SHA for 5567e7c
View code at this point
Browse repository at this point
Commits on Jan 6, 2025
Don't fix in ecosystem check (#15267)
eclbg
authored
bafe871
View commit details
Copy full SHA for bafe871
View code at this point
Browse repository at this point
Commits on Dec 21, 2024
Fix type subscript on older python versions (#15090)
aaron-skydio
authored
fd4bea5
View commit details
Copy full SHA for fd4bea5
View code at this point
Browse repository at this point
Commits on Dec 2, 2024
Update dependency tomli to v2.2.1 (#14718)
renovate[bot]
authored
48d3359
View commit details
Copy full SHA for 48d3359
View code at this point
Browse repository at this point
Commits on Nov 27, 2024
py-fuzzer: recommend using `uvx` rather than `uv run` to run the fuzzer (#14645)
AlexWaygood
authored
f1b2e85
View commit details
Copy full SHA for f1b2e85
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL