Skip to content

Commit 316cad5

Browse files
Fix package metadata for demos (#881)
1 parent d055d3c commit 316cad5

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

src/demo_auction/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ skip-string-normalization = true
5555
[tool.ruff]
5656
line-length = 120
5757
target-version = 'py311'
58-
extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"]
58+
extend-select = ["B", "C4", "FA", "G", "PTH", "RUF", "TCH"]
5959

6060
[tool.mypy]
6161
python_version = "3.11"

src/demo_big_maps/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ skip-string-normalization = true
5555
[tool.ruff]
5656
line-length = 120
5757
target-version = 'py311'
58-
extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"]
58+
extend-select = ["B", "C4", "FA", "G", "PTH", "RUF", "TCH"]
5959

6060
[tool.mypy]
6161
python_version = "3.11"

src/demo_blank/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ skip-string-normalization = true
5555
[tool.ruff]
5656
line-length = 120
5757
target-version = 'py311'
58-
extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"]
58+
extend-select = ["B", "C4", "FA", "G", "PTH", "RUF", "TCH"]
5959

6060
[tool.mypy]
6161
python_version = "3.11"

src/demo_dao/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ skip-string-normalization = true
5555
[tool.ruff]
5656
line-length = 120
5757
target-version = 'py311'
58-
extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"]
58+
extend-select = ["B", "C4", "FA", "G", "PTH", "RUF", "TCH"]
5959

6060
[tool.mypy]
6161
python_version = "3.11"

src/demo_dex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ skip-string-normalization = true
5555
[tool.ruff]
5656
line-length = 120
5757
target-version = 'py311'
58-
extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"]
58+
extend-select = ["B", "C4", "FA", "G", "PTH", "RUF", "TCH"]
5959

6060
[tool.mypy]
6161
python_version = "3.11"

src/demo_domains/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ skip-string-normalization = true
5555
[tool.ruff]
5656
line-length = 120
5757
target-version = 'py311'
58-
extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"]
58+
extend-select = ["B", "C4", "FA", "G", "PTH", "RUF", "TCH"]
5959

6060
[tool.mypy]
6161
python_version = "3.11"

src/demo_events/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ skip-string-normalization = true
5555
[tool.ruff]
5656
line-length = 120
5757
target-version = 'py311'
58-
extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"]
58+
extend-select = ["B", "C4", "FA", "G", "PTH", "RUF", "TCH"]
5959

6060
[tool.mypy]
6161
python_version = "3.11"

src/demo_evm_events/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ skip-string-normalization = true
5555
[tool.ruff]
5656
line-length = 120
5757
target-version = 'py311'
58-
extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"]
58+
extend-select = ["B", "C4", "FA", "G", "PTH", "RUF", "TCH"]
5959

6060
[tool.mypy]
6161
python_version = "3.11"

src/demo_factories/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ skip-string-normalization = true
5555
[tool.ruff]
5656
line-length = 120
5757
target-version = 'py311'
58-
extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"]
58+
extend-select = ["B", "C4", "FA", "G", "PTH", "RUF", "TCH"]
5959

6060
[tool.mypy]
6161
python_version = "3.11"

src/demo_head/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ skip-string-normalization = true
5555
[tool.ruff]
5656
line-length = 120
5757
target-version = 'py311'
58-
extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"]
58+
extend-select = ["B", "C4", "FA", "G", "PTH", "RUF", "TCH"]
5959

6060
[tool.mypy]
6161
python_version = "3.11"

0 commit comments

Comments
 (0)