Merge branch 'kurtmckee/support-python-3.12'
[dotbot.git] / pyproject.toml
blobcd1975474ab05d677ae691a33118ddce0dcca7f3
1 [tool.black]
2 line-length = 100
3 exclude = '''
4 /(
5    \.git
6  | \.github
7  | .*\.egg-info
8  | build
9  | dist
10  | lib
11  )/
12 '''
14 [tool.pytest.ini_options]
15 filterwarnings = [
16     "error",