From 6d5e3c350d2b05365e91d12f8f0fe333e88e59f6 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 30 May 2023 10:14:06 +0300 Subject: [PATCH] Remove .hound.yml I haven't used this in years and now we have automatic tests via GitHub Actions. --- .hound.yml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .hound.yml diff --git a/.hound.yml b/.hound.yml deleted file mode 100644 index 250721a..0000000 --- a/.hound.yml +++ /dev/null @@ -1,4 +0,0 @@ -flake8: - enabled: true - config_file: .flake8 - fail_on_violations: true