summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 0246e794a5152a58a9bf28739716e8e9b0baa968 (plain)
1
2
3
4
5
6
7
8
9
10
[project]
name = "flake-compat"
version = "0.0.0"
dependencies = [
    "pytest",
]

# For more ruff config options, see: https://docs.astral.sh/ruff/configuration/
[tool.ruff.lint]
select = ["I"]