Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Apr 11, 2024
1 parent da5c97d commit 5bc0978
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ requires = [
"wheel",
]

<<<<<<< HEAD
=======
[project]
name = "compliance-checker"
description = "Checks Datasets and SOS endpoints for standards compliance"
Expand Down Expand Up @@ -82,18 +80,6 @@ write_to = "compliance_checker/_version.py"
write_to_template = "__version__ = '{version}'"
tag_regex = "^(?P<prefix>v)?(?P<version>[^\\+]+)(?P<suffix>.*)?$"

[tool.pytest.ini_options]
markers = [
"integration: marks integration tests (deselect with '-m \"not integration\"')",
"slowtest: marks slow tests (deselect with '-m \"not slowtest\"')"
]
filterwarnings = [
"error:::compliance-checker.*",
"ignore::UserWarning",
"ignore::RuntimeWarning",
]

>>>>>>> 2fb66ed (move to pyproject.toml)
[tool.ruff]
lint.select = [
"A", # flake8-builtins
Expand Down Expand Up @@ -129,3 +115,8 @@ markers = [
"integration: marks integration tests (deselect with '-m \"not integration\"')",
"slowtest: marks slow tests (deselect with '-m \"not slowtest\"')"
]
filterwarnings = [
"error:::compliance-checker.*",
"ignore::UserWarning",
"ignore::RuntimeWarning",
]

0 comments on commit 5bc0978

Please sign in to comment.