diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-02-24 17:27:02 +0200 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-02-24 17:27:02 +0200 |
| commit | d65125aeafb4679929a64e2beac72aee379a36f6 (patch) | |
| tree | f4bcd19b66b23671d05e9c816e03f66a9ec9404d /pyproject.toml | |
| parent | 2998e2781c99fe63185a90f1591451c3593d9aed (diff) | |
Implement more formatters, fix verbose flag
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index b735d6f..440d7bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ mypy = "^1.0.1" black = "^23.1.0" isort = "^5.12.0" flake8 = "^6.0.0" +types-pyyaml = "^6.0.12.8" [build-system] requires = ["poetry-core"] |
