mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
docs: Update Ruff badge and links.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
e442a9d11e
commit
f8aac58a6a
@@ -17,7 +17,7 @@ Come find us on the [development community chat](https://zulip.com/development-c
|
|||||||
[](https://github.com/zulip/zulip/actions/workflows/zulip-ci.yml?query=branch%3Amain)
|
[](https://github.com/zulip/zulip/actions/workflows/zulip-ci.yml?query=branch%3Amain)
|
||||||
[](https://codecov.io/gh/zulip/zulip)
|
[](https://codecov.io/gh/zulip/zulip)
|
||||||
[][mypy-coverage]
|
[][mypy-coverage]
|
||||||
[](https://github.com/charliermarsh/ruff)
|
[](https://github.com/astral-sh/ruff)
|
||||||
[](https://github.com/psf/black)
|
[](https://github.com/psf/black)
|
||||||
[](https://github.com/prettier/prettier)
|
[](https://github.com/prettier/prettier)
|
||||||
[](https://github.com/zulip/zulip/releases/latest)
|
[](https://github.com/zulip/zulip/releases/latest)
|
||||||
|
@@ -61,7 +61,7 @@ lint checks in parallel, including:
|
|||||||
- JavaScript ([ESLint](https://eslint.org/),
|
- JavaScript ([ESLint](https://eslint.org/),
|
||||||
[Prettier](https://prettier.io/))
|
[Prettier](https://prettier.io/))
|
||||||
- Python ([mypy](http://mypy-lang.org/),
|
- Python ([mypy](http://mypy-lang.org/),
|
||||||
[ruff](https://github.com/charliermarsh/ruff),
|
[ruff](https://github.com/astral-sh/ruff),
|
||||||
[Black](https://github.com/psf/black),
|
[Black](https://github.com/psf/black),
|
||||||
[isort](https://pycqa.github.io/isort/))
|
[isort](https://pycqa.github.io/isort/))
|
||||||
- templates
|
- templates
|
||||||
|
@@ -30,7 +30,7 @@ below will direct you to the official documentation for these projects.
|
|||||||
- [Prettier](https://prettier.io/)
|
- [Prettier](https://prettier.io/)
|
||||||
- [Puppet](https://puppet.com/) (puppet provides its own mechanism for
|
- [Puppet](https://puppet.com/) (puppet provides its own mechanism for
|
||||||
validating manifests)
|
validating manifests)
|
||||||
- [ruff](https://github.com/charliermarsh/ruff)
|
- [ruff](https://github.com/astral-sh/ruff)
|
||||||
- [stylelint](https://github.com/stylelint/stylelint)
|
- [stylelint](https://github.com/stylelint/stylelint)
|
||||||
|
|
||||||
Zulip also uses some home-grown code to perform tasks like validating
|
Zulip also uses some home-grown code to perform tasks like validating
|
||||||
|
@@ -99,7 +99,7 @@ init_typed = true
|
|||||||
warn_required_dynamic_aliases = true
|
warn_required_dynamic_aliases = true
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
# See https://github.com/charliermarsh/ruff#rules for error code definitions.
|
# See https://github.com/astral-sh/ruff#rules for error code definitions.
|
||||||
select = [
|
select = [
|
||||||
"ANN", # annotations
|
"ANN", # annotations
|
||||||
"B", # bugbear
|
"B", # bugbear
|
||||||
|
Reference in New Issue
Block a user