Skip to content

Commit 96ad7d8

Browse files
authored
Merge branch 'main' into license_update
2 parents 966c21f + 6615d19 commit 96ad7d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,17 @@ docs = [
4646
# local development options
4747
dev = ["black[jupyter]", "ruff", "pytest"]
4848

49-
# Configure the Ruff linter: Ignore error number 501
5049
[tool.ruff]
5150
# https://docs.astral.sh/ruff/rules/#flake8-bandit-s
52-
# lint.ignore = ["E501"] # Ignore line length errors
53-
# Allow lines to be as long as (default is 88 in black)
5451

5552
[tool.ruff.lint]
5653
# https://docs.astral.sh/ruff/tutorial/#rule-selection
5754
# 1. Enable flake8-bugbear (`B`) rules
5855
# 2. Enable pycodestyle (`E`) errors and (`W`) warnings
5956
# 3. Pyflakes (`F`) errors
6057
extend-select = ["E", "W", "F", "B"]
58+
# Ignore line length errors:
59+
# ignore = ["E501"]
6160

6261
[build-system]
6362
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)