summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorBen <b-schaefer@posteo.de>2020-03-02 17:30:51 +0100
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2020-03-08 00:35:40 +0100
commitf6ef81ccc052902a7b8dfa33d24af5c70ac08657 (patch)
treeab0f02ba3687c053bd0c8e4f11d2a862247ac5b4 /.pre-commit-config.yaml
parentFreeStyle: fix keepalive message handling for non-Libre devices. (diff)
downloadglucometerutils-f6ef81ccc052902a7b8dfa33d24af5c70ac08657.tar
glucometerutils-f6ef81ccc052902a7b8dfa33d24af5c70ac08657.tar.gz
glucometerutils-f6ef81ccc052902a7b8dfa33d24af5c70ac08657.tar.bz2
glucometerutils-f6ef81ccc052902a7b8dfa33d24af5c70ac08657.tar.lz
glucometerutils-f6ef81ccc052902a7b8dfa33d24af5c70ac08657.tar.xz
glucometerutils-f6ef81ccc052902a7b8dfa33d24af5c70ac08657.tar.zst
glucometerutils-f6ef81ccc052902a7b8dfa33d24af5c70ac08657.zip
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
new file mode 100644
index 0000000..a099e48
--- /dev/null
+++ b/.pre-commit-config.yaml
@@ -0,0 +1,13 @@
+repos:
+- repo: https://github.com/timothycrosley/isort
+ rev: 4.3.21
+ hooks:
+ - id: isort
+ language_version: python3.6
+ additional_dependencies:
+ - toml
+- repo: https://github.com/python/black
+ rev: 19.10b0
+ hooks:
+ - id: black
+ language_version: python3.6