File tree 3 files changed +20
-3
lines changed
3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change
1
+ _extends : .github
Original file line number Diff line number Diff line change
1
+ name : Release Drafter
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - " main"
7
+ workflow_dispatch :
8
+
9
+ jobs :
10
+ update_release_draft :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ # Drafts your next Release notes as Pull Requests are merged into the default branch
14
+ - uses : release-drafter/release-drafter@v5
15
+ env :
16
+ GITHUB_TOKEN : ${{ secrets.CPP_LINTER_TOKEN }}
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.3 .0
3
+ rev : v4.5 .0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- id : end-of-file-fixer
@@ -10,11 +10,11 @@ repos:
10
10
- id : check-toml
11
11
- id : requirements-txt-fixer
12
12
- repo : https://github.com/asottile/pyupgrade
13
- rev : v2.36 .0
13
+ rev : v3.15 .0
14
14
hooks :
15
15
- id : pyupgrade
16
16
- repo : https://github.com/pycqa/flake8
17
- rev : ' 4 .0.1 '
17
+ rev : ' 7 .0.0 '
18
18
hooks :
19
19
- id : flake8
20
20
args : [--max-line-length=120]
You can’t perform that action at this time.
0 commit comments