From e5e40e60824d8d88e331003e2e0c0ff4142d374a Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Sat, 3 Dec 2022 15:20:08 +0000 Subject: [PATCH] Remove setup-cfg-fmt formatter Conflicts with current setup.cfg due to https://github.com/asottile/setup-cfg-fmt/issues/161 --- .pre-commit-config.yaml | 5 ----- setup.cfg | 3 +-- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca0e05cc5..ddc3fc694 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,11 +35,6 @@ repos: - id: isort args: [--profile, black, --filter-files] - - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 - hooks: - - id: setup-cfg-fmt - - repo: https://github.com/sirosen/check-jsonschema rev: 0.19.2 hooks: diff --git a/setup.cfg b/setup.cfg index 986fb1989..714087745 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,8 +37,7 @@ python_requires = >=3.8 dev = bumpver==2022.1119 pre-commit==2.11.1 -test = - file: +test = file: requirements_test.txt [options.package_data] aiidalab_qe.parameters = qeapp.yaml