Skip to content

Commit

Permalink
requirements test
Browse files Browse the repository at this point in the history
  • Loading branch information
neonwatty committed Jul 17, 2024
1 parent 269cd83 commit 0705bed
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .ruff.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
line-length = 150
target-version = "py38"
lint.select = ["E", "W"]
lint.fixable = ["ALL"]
lint.ignore = ["E501", "E999", "E402"]
exclude = [
".bzr",
".direnv",
".eggs",
".git",
".git-rewrite",
".hg",
".ipynb_checkpoints",
".mypy_cache",
".nox",
".pants.d",
".pyenv",
".pytest_cache",
".pytype",
".ruff_cache",
".svn",
".tox",
".venv",
".vscode",
"__pypackages__",
"_build",
"buck-out",
"build",
"dist",
"node_modules",
"site-packages",
"venv",
"tests",
"scratch_notebooks",
"release_notes",
"notebook_tests",
"demos"
]
extend-include = ["*.ipynb"]

0 comments on commit 0705bed

Please sign in to comment.