File tree 7 files changed +20
-4
lines changed
mex-{{ cookiecutter.project_name }}
7 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 22
22
fetch-depth : 1
23
23
24
24
- name : Run renovatebot
25
- uses : renovatebot/github-action@v41.0.11
25
+ uses : renovatebot/github-action@v41.0.13
26
26
env :
27
27
RENOVATE_GIT_PRIVATE_KEY : ${{ secrets.GPG_SIGNING_KEY }}
28
28
RENOVATE_REPOSITORIES : " robert-koch-institut/mex-template"
Original file line number Diff line number Diff line change @@ -121,6 +121,11 @@ dmypy.json
121
121
# SQLite databases
122
122
* .db
123
123
124
+ # Reflex
125
+ .states
126
+ assets /external /
127
+ .web
128
+
124
129
# Default exports
125
130
* .ndjson
126
131
data /
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- configure ruff formatting and pre-commit hook
13
13
- added RKI postal address to README files
14
+ - added reflex specific files to gitignores
14
15
15
16
### Changes
16
17
Original file line number Diff line number Diff line change @@ -117,6 +117,11 @@ dmypy.json
117
117
# SQLite databases
118
118
* .db
119
119
120
+ # Reflex
121
+ .states
122
+ assets /external /
123
+ .web
124
+
120
125
# Default exports
121
126
* .ndjson
122
127
data /
Original file line number Diff line number Diff line change 22
22
fetch-depth : 1
23
23
24
24
- name : Run renovatebot
25
- uses : renovatebot/github-action@v41.0.11
25
+ uses : renovatebot/github-action@v41.0.13
26
26
env :
27
27
RENOVATE_GIT_PRIVATE_KEY : {% raw %}${{ secrets.GPG_SIGNING_KEY }}{% endraw %}
28
28
RENOVATE_REPOSITORIES : " robert-koch-institut/mex-{{ cookiecutter.project_name }}"
Original file line number Diff line number Diff line change @@ -121,6 +121,11 @@ dmypy.json
121
121
# SQLite databases
122
122
* .db
123
123
124
+ # Reflex
125
+ .states
126
+ assets /external /
127
+ .web
128
+
124
129
# Default exports
125
130
* .ndjson
126
131
data /
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ default_language_version:
3
3
python : python3.11
4
4
repos :
5
5
- repo : https://github.com/astral-sh/ruff-pre-commit
6
- rev : v0.9.1
6
+ rev : v0.9.6
7
7
hooks :
8
8
- id : ruff
9
9
args : [--fix, --exit-non-zero-on-fix]
25
25
- id : fix-byte-order-marker
26
26
name : byte-order
27
27
- repo : https://github.com/pdm-project/pdm
28
- rev : 2.22.2
28
+ rev : 2.22.3
29
29
hooks :
30
30
- id : pdm-lock-check
31
31
name : pdm
You can’t perform that action at this time.
0 commit comments