Upgrade PyYAML to 6.0.1
[dotbot.git] / pyproject.toml
blob4c3e7ae3e1387dbfd88de349af2fd65ebd6198f4
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 '''