Skip to content

Commit

Permalink
Remove setup-cfg-fmt formatter
Browse files Browse the repository at this point in the history
Conflicts with current setup.cfg due to
asottile/setup-cfg-fmt#161
  • Loading branch information
danielhollas committed Dec 3, 2022
1 parent 3435fcc commit e5e40e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5e40e6

Please sign in to comment.