From 1bdf7b6cec59fde910bc7db909a69ac0deca2641 Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Mon, 13 May 2024 15:42:55 +0530 Subject: [PATCH] [chores] Removed changes to .gitignore and setup.cfg --- .gitignore | 2 -- setup.cfg | 2 -- 2 files changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0f91b06b..d2241941 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -tests/openwisp2/saml/* - # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/setup.cfg b/setup.cfg index a98bfd8a..574a6ac6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,8 +19,6 @@ force_grid_wrap=0 ignore = W605, W503, W504, E203 exclude = *.egg-info, .git, - ./tests/openwisp2/saml/* - ./test-* ./tests/*settings*.py, docs/* max-line-length = 88