Commit ac24e77
committed
chore: fix mypy error with new pygit2 release
See libgit2/pygit2#1457.
Now, pygit2 returns None for valueless boolean entries, instead of failing.
Dulwich returns "true" in this case, so do the same here to avoid discrepancies between the two backends.
```ini
[some-section "identifier"]
booleanflag
```1 parent ce718e4 commit ac24e77
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
0 commit comments