From 9709947c288f16d08a7d4e87c56d5703922a9b5d Mon Sep 17 00:00:00 2001 From: "Maxence G. de Montauzan" Date: Thu, 9 Nov 2023 20:14:21 +0100 Subject: [PATCH] Apply pre-commit + keep black commit sha --- .git-blame-ignore-revs | 2 ++ README.md | 2 -- requirements.txt | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .git-blame-ignore-revs create mode 100644 requirements.txt diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..0df2bc0 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Black format commit +89e88c8a1b26e2c6ca242d0bba6cdba8da35c3ae diff --git a/README.md b/README.md index 2d5c56a..eedd120 100644 --- a/README.md +++ b/README.md @@ -47,5 +47,3 @@ Hey boy, what is the `pit.db` file? Oh, just for fun, and because I love this project, I use [pit by michaeldv](https://github.com/michaeldv/pit) to follow my task etc. It makes me think I should push my python version of this project on occasion when I will take the time to do... - - diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..49977e2 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +requests +pre-commit +black