diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2023-12-03 12:50:17 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2023-12-03 12:50:17 +0000 |
commit | 333eb5be3466e8e74bd8f8eb50d5f30393ebc2dd (patch) | |
tree | 25bed98792b1c26cd7b53ce1aca4c0e0915dad73 | |
parent | 4fce053060006a9d38d695033b2ea76ab87064ac (diff) | |
download | aoc2023-333eb5be3466e8e74bd8f8eb50d5f30393ebc2dd.tar.gz aoc2023-333eb5be3466e8e74bd8f8eb50d5f30393ebc2dd.tar.xz aoc2023-333eb5be3466e8e74bd8f8eb50d5f30393ebc2dd.zip |
add the .autoformat file
-rw-r--r-- | .autoformat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.autoformat b/.autoformat new file mode 100644 index 0000000..7559a40 --- /dev/null +++ b/.autoformat @@ -0,0 +1,2 @@ +black +isort |