diff --git a/CHANGELOG.md b/CHANGELOG.md index c7439ce5f..e88abc92c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [7.1.0] +## [7.1.0] - 2023-10-27 ### Added diff --git a/src/demo_auction/pyproject.toml b/src/demo_auction/pyproject.toml index f5c3c261b..ab58fabf3 100644 --- a/src/demo_auction/pyproject.toml +++ b/src/demo_auction/pyproject.toml @@ -55,6 +55,7 @@ skip-string-normalization = true [tool.ruff] line-length = 120 target-version = 'py311' +extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"] [tool.mypy] python_version = "3.11" diff --git a/src/demo_big_maps/pyproject.toml b/src/demo_big_maps/pyproject.toml index 9296dffcc..a9c1ff049 100644 --- a/src/demo_big_maps/pyproject.toml +++ b/src/demo_big_maps/pyproject.toml @@ -55,6 +55,7 @@ skip-string-normalization = true [tool.ruff] line-length = 120 target-version = 'py311' +extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"] [tool.mypy] python_version = "3.11" diff --git a/src/demo_blank/pyproject.toml b/src/demo_blank/pyproject.toml index b6b6d3447..d11277f80 100644 --- a/src/demo_blank/pyproject.toml +++ b/src/demo_blank/pyproject.toml @@ -55,6 +55,7 @@ skip-string-normalization = true [tool.ruff] line-length = 120 target-version = 'py311' +extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"] [tool.mypy] python_version = "3.11" diff --git a/src/demo_dao/pyproject.toml b/src/demo_dao/pyproject.toml index b0568105b..5b70dd217 100644 --- a/src/demo_dao/pyproject.toml +++ b/src/demo_dao/pyproject.toml @@ -55,6 +55,7 @@ skip-string-normalization = true [tool.ruff] line-length = 120 target-version = 'py311' +extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"] [tool.mypy] python_version = "3.11" diff --git a/src/demo_dex/pyproject.toml b/src/demo_dex/pyproject.toml index 2a61f8325..14d19d5c6 100644 --- a/src/demo_dex/pyproject.toml +++ b/src/demo_dex/pyproject.toml @@ -55,6 +55,7 @@ skip-string-normalization = true [tool.ruff] line-length = 120 target-version = 'py311' +extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"] [tool.mypy] python_version = "3.11" diff --git a/src/demo_domains/pyproject.toml b/src/demo_domains/pyproject.toml index 1f2c64e5e..0b589095f 100644 --- a/src/demo_domains/pyproject.toml +++ b/src/demo_domains/pyproject.toml @@ -55,6 +55,7 @@ skip-string-normalization = true [tool.ruff] line-length = 120 target-version = 'py311' +extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"] [tool.mypy] python_version = "3.11" diff --git a/src/demo_events/pyproject.toml b/src/demo_events/pyproject.toml index 7acfeecab..b1dadd31b 100644 --- a/src/demo_events/pyproject.toml +++ b/src/demo_events/pyproject.toml @@ -55,6 +55,7 @@ skip-string-normalization = true [tool.ruff] line-length = 120 target-version = 'py311' +extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"] [tool.mypy] python_version = "3.11" diff --git a/src/demo_evm_events/pyproject.toml b/src/demo_evm_events/pyproject.toml index 2cddf3a83..1a184148f 100644 --- a/src/demo_evm_events/pyproject.toml +++ b/src/demo_evm_events/pyproject.toml @@ -55,6 +55,7 @@ skip-string-normalization = true [tool.ruff] line-length = 120 target-version = 'py311' +extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"] [tool.mypy] python_version = "3.11" diff --git a/src/demo_factories/pyproject.toml b/src/demo_factories/pyproject.toml index 76b2e8fb5..ba55c4a59 100644 --- a/src/demo_factories/pyproject.toml +++ b/src/demo_factories/pyproject.toml @@ -55,6 +55,7 @@ skip-string-normalization = true [tool.ruff] line-length = 120 target-version = 'py311' +extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"] [tool.mypy] python_version = "3.11" diff --git a/src/demo_head/pyproject.toml b/src/demo_head/pyproject.toml index f9f5a47b2..97797411f 100644 --- a/src/demo_head/pyproject.toml +++ b/src/demo_head/pyproject.toml @@ -55,6 +55,7 @@ skip-string-normalization = true [tool.ruff] line-length = 120 target-version = 'py311' +extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"] [tool.mypy] python_version = "3.11" diff --git a/src/demo_nft_marketplace/pyproject.toml b/src/demo_nft_marketplace/pyproject.toml index 3972b6969..3b5ef1a06 100644 --- a/src/demo_nft_marketplace/pyproject.toml +++ b/src/demo_nft_marketplace/pyproject.toml @@ -55,6 +55,7 @@ skip-string-normalization = true [tool.ruff] line-length = 120 target-version = 'py311' +extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"] [tool.mypy] python_version = "3.11" diff --git a/src/demo_raw/pyproject.toml b/src/demo_raw/pyproject.toml index 2631213e8..decd37617 100644 --- a/src/demo_raw/pyproject.toml +++ b/src/demo_raw/pyproject.toml @@ -55,6 +55,7 @@ skip-string-normalization = true [tool.ruff] line-length = 120 target-version = 'py311' +extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"] [tool.mypy] python_version = "3.11" diff --git a/src/demo_token/pyproject.toml b/src/demo_token/pyproject.toml index 4ea01c31b..89d0bdd91 100644 --- a/src/demo_token/pyproject.toml +++ b/src/demo_token/pyproject.toml @@ -55,6 +55,7 @@ skip-string-normalization = true [tool.ruff] line-length = 120 target-version = 'py311' +extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"] [tool.mypy] python_version = "3.11" diff --git a/src/demo_token_balances/pyproject.toml b/src/demo_token_balances/pyproject.toml index bdc917021..7e3a33287 100644 --- a/src/demo_token_balances/pyproject.toml +++ b/src/demo_token_balances/pyproject.toml @@ -55,6 +55,7 @@ skip-string-normalization = true [tool.ruff] line-length = 120 target-version = 'py311' +extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"] [tool.mypy] python_version = "3.11" diff --git a/src/demo_token_transfers/pyproject.toml b/src/demo_token_transfers/pyproject.toml index 85c623d9e..40744aed9 100644 --- a/src/demo_token_transfers/pyproject.toml +++ b/src/demo_token_transfers/pyproject.toml @@ -55,6 +55,7 @@ skip-string-normalization = true [tool.ruff] line-length = 120 target-version = 'py311' +extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"] [tool.mypy] python_version = "3.11" diff --git a/src/demo_uniswap/pyproject.toml b/src/demo_uniswap/pyproject.toml index 59ab88439..0e1f2b57c 100644 --- a/src/demo_uniswap/pyproject.toml +++ b/src/demo_uniswap/pyproject.toml @@ -55,6 +55,7 @@ skip-string-normalization = true [tool.ruff] line-length = 120 target-version = 'py311' +extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"] [tool.mypy] python_version = "3.11" diff --git a/src/dipdup/projects/base/pyproject.toml.j2 b/src/dipdup/projects/base/pyproject.toml.j2 index 1c8b08b1f..10d940bca 100644 --- a/src/dipdup/projects/base/pyproject.toml.j2 +++ b/src/dipdup/projects/base/pyproject.toml.j2 @@ -55,6 +55,7 @@ skip-string-normalization = true [tool.ruff] line-length = {{ project.line_length }} target-version = 'py311' +extend-select = ["B", "C4", "FA", "G", "PTH", "RET", "RUF", "TCH", "UP"] [tool.mypy] python_version = "3.11"