File size: 364 Bytes
fb79ec6
 
 
 
 
f243d4f
fb79ec6
f243d4f
 
 
 
 
 
93cf63b
4dec878
 
c1c4ad2
4dec878
 
886a656
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tool.ruff]
select = ["E", "F", "I", "UP"]
target-version = "py310"
line-length = 120

[tool.black]
target-version = ['py310']
line-length = 120
exclude = '''
/(
  | \.venv
  | migrations
)/
'''

[tool.pytest.ini_options]
addopts = "-ra --cov=src"
pythonpath = ["src"]
python_files = ["tests.py"]
env_override_existing_values = 1
env_files = [".env", ".env.test"]