Skip to content

Commit

Permalink
Changelog, extend_select
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Oct 27, 2023
1 parent 73018e4 commit 2cf9631
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions src/demo_auction/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/demo_big_maps/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/demo_blank/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/demo_dao/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/demo_dex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/demo_domains/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/demo_events/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/demo_evm_events/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/demo_factories/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/demo_head/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/demo_nft_marketplace/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/demo_raw/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/demo_token/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/demo_token_balances/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/demo_token_transfers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/demo_uniswap/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/dipdup/projects/base/pyproject.toml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2cf9631

Please sign in to comment.