Jakub Marcowski
05566c6075
Update Who's Using Ruff?
section to include Godot
( #11647 )
...
## Summary
- Ever since https://github.com/godotengine/godot/pull/90457 was merged
into the `master` branch, Godot has been using ruff for linting and
formatting Python files. As such, this PR adds Godot to the "Who's Using
Ruff?" section of the main `README.md` file.
## Test Plan
- N/A
2024-05-31 15:33:39 -04:00
Charlie Marsh
49a5a9ccc2
Bump version to v0.4.6 ( #11585 )
2024-05-28 15:10:53 -04:00
Christian Adell
9a93409e1c
Update README.md - new Ruff user ( #11509 )
2024-05-23 15:50:17 -04:00
Jane Lewis
550aa871d3
Bump version to v0.4.5
( #11502 )
2024-05-23 01:09:01 +00:00
Charlie Marsh
b371713591
Add a note on --preview
to the README ( #11395 )
2024-05-13 14:27:29 +00:00
Alex Waygood
3e8878a1c8
Bump version to v0.4.4 ( #11352 )
2024-05-09 17:00:46 +00:00
Shixian Sheng
29f2bc0f97
Update README.md ( #11326 )
...
## Summary
After checking the links, I found that one link leads to 404. Correct me
if i'm wrong, but I think the link I changed to is the supposed one
2024-05-07 20:00:08 -04:00
Charlie Marsh
1e91a09918
Bump version to v0.4.3 ( #11274 )
2024-05-03 18:48:31 -04:00
Shi Sheng
45725d3275
Update README.md ( #11156 )
...
## Summary
Sorry about an oversight, fixed the LICENSE redirection near the bottom
part of the README file. Now also is the full path
2024-04-25 22:46:47 -04:00
Shi Sheng
bbca8eb388
Update README.md ( #11155 )
...
## Summary
Modified the license badge so instead of `LICENSE`, it is now the full
path, and hoepfully will resolve the issue appeared in PyPI with the
license badge redirection
2024-04-25 22:14:21 -04:00
Jane Lewis
77c93fd63c
Bump version to 0.4.2 ( #11151 )
2024-04-25 17:31:38 +00:00
Maxime Beauchemin
19baabba58
README: add Apache Superset to project list ( #11136 )
...
## Summary
Stoked to have found` ruff` and migrated over - quick testimonial ->
> Our smooth and fast migration to ruff allowed us to deprecate 4+ other
disjointed tools (pycln, pyupgrade, black, isort, flake8) that each had
their own CLI subcommands, different enabling/disabling semantics, and
pre-commit hooks. I can't wait to add pylint to the list. It's such a no
brainer to replace all this with the Ferrari of linters.`--add-no-qa`
and `--ignore-noqa` are so convenient, but `--fix` takes it home!
2024-04-24 21:39:39 -04:00
Shi Sheng
c9c2e7b978
Fix link to license in README ( #11124 )
2024-04-24 15:51:07 +02:00
Dhruv Manilawala
0ff25a540c
Bump version to 0.4.1 ( #11035 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-04-19 17:42:02 +05:30
Zanie Blue
e751b4ea82
Bump version to 0.4.0 ( #11011 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
2024-04-18 19:10:28 +00:00
Dhruv Manilawala
2e37cf6b3b
Bump version to v0.3.7 ( #10895 )
2024-04-12 03:39:45 +00:00
Dhruv Manilawala
4e8a84617c
Bump version to v0.3.6 ( #10883 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-04-11 15:53:01 +00:00
Charlie Marsh
200ebeebdc
Bump version to v0.3.5 ( #10717 )
2024-04-01 13:15:32 -04:00
Charlie Marsh
5062572aca
Bump version to v0.3.4 ( #10515 )
2024-03-21 18:08:21 +00:00
Auguste Lalande
4ad3166a3f
Update number of implemented rules to "over 800" ( #10500 )
...
## Summary
Ruff now implements over 800 rules. Congrats everyone 🎉
819 by my count
2024-03-20 22:39:37 -04:00
trag1c
b98d8ae42e
Add Nokia to "Who's Using Ruff?" ( #10460 )
...
## Summary
Added Nokia to the "Who's Using Ruff?" section in the README.
## Test Plan
Multiple teams in my department alone moved to Ruff (either exclusively
or partially) 🚀
2024-03-18 10:43:22 -05:00
Zanie Blue
608df9a1bc
Bump version to 0.3.3 ( #10425 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-03-15 12:51:49 -05:00
Charlie Marsh
e9d3f71c90
Use ruff.toml format in README ( #10393 )
...
## Summary
See feedback in
https://github.com/astral-sh/ruff/issues/4725#issuecomment-1994615409 .
In the docs, we use a tabbed interface for express `ruff.toml` vs.
`pyproject.toml`. Here, it might be clearer to default to `ruff.toml`,
since it's more obviously _not_ `pyproject.toml`. But either way, this
PR attempts to clarify that there's a difference.
2024-03-13 18:45:34 +00:00
Hoël Bagard
2bf1882398
docs
: remove .
from check and format commands (#10217 )
...
## Summary
This PR modifies the documentation to use `ruff check` instead of `ruff
check .`, and `ruff format` instead of `ruff format .`, as discussed
[here](https://github.com/astral-sh/ruff/pull/10168#discussion_r1509976904 )
---------
Co-authored-by: Micha Reiser <micha@reiser.io>
Co-authored-by: Zanie Blue <contact@zanie.dev>
2024-03-13 10:10:48 -05:00
Charlie Marsh
a892fc755d
Bump version to v0.3.2 ( #10304 )
2024-03-09 00:24:22 +00:00
Charlie Marsh
ea79f616bc
Bump version to v0.3.1 ( #10252 )
2024-03-06 19:59:04 +00:00
Omer Korner
39a3031898
Update README.md, add Kraken Tech ( #10197 )
2024-03-02 19:02:59 -05:00
Charlie Marsh
40186a26ef
Use a Discord icon rather than a text link ( #9961 )
2024-02-29 11:20:11 -05:00
Micha Reiser
b53118ed00
Bump version to v0.3.0 ( #10151 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-02-29 16:05:20 +01:00
Raphael Boidol
51ce88bb23
docs: update actions in documentation to recent versions without deprecation warnings ( #10109 )
2024-02-24 13:16:10 +00:00
Vladimir Iglovikov
ecd5a7035d
Added Image Augmentation library Albumentations (13k stars) to Readme to "Who is using Ruff" section ( #10075 )
2024-02-22 16:59:13 +01:00
Charlie Marsh
235cfb7976
Bump version to v0.2.2 ( #10018 )
2024-02-17 22:15:04 +00:00
Jacob Coffee
c47ff658e4
chore(docs): update Discord invite to permalink ( #10005 )
...
## Summary
Update the Discord unique-id invite links to use the company permalink.
## Test Plan
Visiting the links
2024-02-15 23:16:02 -05:00
Charlie Marsh
0ccca4083a
Bump version to v0.2.1 ( #9843 )
2024-02-05 15:31:05 -05:00
Jordan Danford
50bfbcf568
README.md
: add missing "your" in support section, add alt text to Astral logo (#9787 )
2024-02-02 09:09:19 -06:00
Thomas Grainger
af4db39205
Add pytest to who's using ruff ( #9782 )
2024-02-02 11:26:30 +00:00
Zanie Blue
1fadefa67b
Bump version to 0.2.0 ( #9762 )
...
Follows https://github.com/astral-sh/ruff/pull/9680
2024-02-01 17:10:33 -06:00
Sai-Suraj-27
7a1fa0e5d8
Update README.md by adding ivy
repository to the who's using Ruff section ( #9735 )
...
## Summary
I have recently made a contribution to a big python based repo
**replacing flake8 with ruff**
(https://github.com/unifyai/ivy/pull/27779 ). So, as per this
[discussion](https://github.com/astral-sh/ruff/discussions/9731 ). I am
making this PR to add the [ivy](https://github.com/unifyai/ivy )
repository (**with > 13k stars ⭐ **) to the Ruff's readme
## Test Plan
No, need of any tests for the changes made.
2024-01-31 15:09:26 +00:00
Charlie Marsh
a7755d7a8d
Bump version to v0.1.15 ( #9690 )
2024-01-29 17:44:05 -05:00
Charlie Marsh
866bea60a5
Bump version to v0.1.14 ( #9581 )
2024-01-19 12:54:39 -05:00
Charlie Marsh
d16c4a2d25
Bump version to v0.1.13 ( #9493 )
2024-01-12 09:27:39 -05:00
Charlie Marsh
55f8f3b2cc
Bump version to v0.1.12 ( #9475 )
2024-01-11 22:13:00 +00:00
Juan Orduz
2d362e9366
Add numpyro and pymc to ruff users ( #9468 )
...
- NumPyro: https://github.com/pyro-ppl/numpyro/pull/1700
- PyMC: https://github.com/pymc-devs/pymc/pull/7091
2024-01-11 10:16:15 -05:00
Adrian
eac67a9464
Add CERN/Indico to "Who's Using Ruff?" ( #9371 )
...
Might be a nice name to have in that list ;)
Corresponding PR that added ruff to the project:
https://github.com/indico/indico/pull/6037
2024-01-02 17:47:22 -05:00
Charlie Marsh
fefc7e8199
Bump version to 0.1.11 ( #9370 )
2024-01-02 17:46:06 -05:00
Charlie Marsh
2743387910
Bump version to 0.1.10 ( #9360 )
2024-01-02 13:03:45 -05:00
Tetsuo Koyama
87086195c8
Add PyVista into the Who's Using Ruff?
section ( #9296 )
...
Our project PyVista added ruff as a linter at
https://github.com/pyvista/pyvista/pull/5304 . Please add `Who's Using
Ruff?` section if you want.
2023-12-28 09:16:46 -05:00
Andrew Gallant
0263f2715e
Bump version to v0.1.9 ( #9231 )
2023-12-21 13:19:50 -05:00
Charlie Marsh
c97d3ddafb
Add site-packages to default exclusions ( #9188 )
...
Suggested in
https://github.com/astral-sh/ruff-vscode/issues/232#issuecomment-1860788600 .
This is technically a non-backwards-compatible change, but I would be
very surprised if it affected anyone in practice given that
`site-packages` is always ignored already in virtual environments.
2023-12-18 11:37:25 -05:00
Charlie Marsh
c014622003
Bump version to v0.1.8 ( #9116 )
2023-12-13 13:19:51 -05:00