diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-02-05 14:06:50 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-02-05 14:06:50 +0000 |
commit | 922c5697f64f973a6d0f02945cdae53f2f90cc96 (patch) | |
tree | ff85abada94b634bcaaff60fababc3d94cb65c05 /requirements.txt | |
parent | 4d727570a469f40d124038e4c3f2b05c9185c637 (diff) | |
download | blog-922c5697f64f973a6d0f02945cdae53f2f90cc96.tar.gz blog-922c5697f64f973a6d0f02945cdae53f2f90cc96.tar.bz2 blog-922c5697f64f973a6d0f02945cdae53f2f90cc96.zip |
Add format target to Makefile
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index b3ebb5c..d6fc445 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ Markdown==3.4.1 MarkupSafe==2.1.1 mypy==0.991 mypy-extensions==1.0.0 +pycodestyle==2.10.0 tomli==2.0.1 types-Markdown==3.4.2.2 typing-extensions==4.4.0 |