Skip to content

Commit

Permalink
chore: ignore linting of ipynb files
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaphoenix committed Sep 3, 2024
1 parent 20607bf commit 07e3371
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# sample configuration for Black.

# NOTE: you have to use single-quoted strings in TOML for regular expressions.
# It's the equivalent of r-strings in Python. Multiline strings are treated as
# verbose regular expressions by Black. Use [ ] to denote a significant space
# character.

[tool.black]
line-length = 88
target-version = ['py36', 'py37', 'py38']
Expand All @@ -28,11 +21,11 @@ exclude = '''
)/
'''


# Build system information below.
[build-system]
requires = ["setuptools>=42", "setuptools-scm", "wheel"]
build-backend = "setuptools.build_meta"

[tool.ruff]
line-length = 80
extend-exclude = ["*.ipynb"]

0 comments on commit 07e3371

Please sign in to comment.