We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e711896 commit 533e030Copy full SHA for 533e030
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
# See https://pre-commit.com for more information
2
# See https://pre-commit.com/hooks.html for more hooks
3
ci:
4
- autofix_prs: false
+ autofix_prs: true
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
rev: v5.0.0
src/pineko/fonll.py
@@ -128,7 +128,7 @@ def theorycard_no_fns_pto(self):
128
continue
129
if card[key] != theorycards[0][key]:
130
differ.append(key)
131
- del theorycards[0][key]
+ del theorycards[0][key]
132
133
if len(differ) > 0:
134
raise ValueError(f"The following keys differ between different FONLL theory cards: {differ}")
0 commit comments