Skip to content

Commit 26099af

Browse files
committed
Update pre-commit and run it
1 parent 9697023 commit 26099af

28 files changed

+86
-99
lines changed

.bandit.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
version: 2
23
updates:
34
- package-ecosystem: github-actions

.github/release-drafter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
categories:
23
- title: ":boom: Breaking Changes"
34
label: "breaking"

.github/workflows/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
---
12
name: Manage labels
23

4+
# yamllint disable-line rule:truthy
35
on:
46
push:
57
branches:

.github/workflows/release-drafter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
---
12
name: Draft a release note
3+
4+
# yamllint disable-line rule:truthy
25
on:
36
push:
47
branches:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ dmypy.json
138138
.npm
139139

140140
# Dependency directories
141-
node_modules/
141+
node_modules/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ check [the contributor's page][contributors].
8686
[pre-commit]: https://pre-commit.com/
8787
[dvd-dev]: https://github.com/dvd-dev
8888
[frenck]: https://github.com/frenck
89-
[contributors]: https://github.com/dvd-dev/python-hilo/graphs/contributors
89+
[contributors]: https://github.com/dvd-dev/python-hilo/graphs/contributors

doc/ChallengeAdded.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
}
2323
}
2424
]
25-
}
25+
}

doc/ChallengeConsumptionUpdatedValuesReceived.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,4 +976,4 @@
976976
]
977977
}
978978
]
979-
}
979+
}

doc/ChallengeDetailsInitialValuesReceived.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@
170170
}
171171
}
172172
]
173-
}
173+
}

0 commit comments

Comments
 (0)