We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad84110 commit 1ebb559Copy full SHA for 1ebb559
README.rst
@@ -7,7 +7,7 @@
7
:target: https://github.com/PROJECT_PATH/actions?query=workflow%3A%22tests%22
8
:alt: tests
9
10
-.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json
+.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
11
:target: https://github.com/astral-sh/ruff
12
:alt: Ruff
13
ruff.toml
@@ -1,6 +1,3 @@
1
-# extend pyproject.toml for requires-python (workaround astral-sh/ruff#10299)
2
-extend = "pyproject.toml"
3
-
4
[lint]
5
extend-select = [
6
# upstream
0 commit comments