forked from JOJ/Joint-Teapot
Compare commits
2 Commits
a2f6a83b09
...
7bddebe806
| Author | SHA1 | Date | |
|---|---|---|---|
| 7bddebe806 | |||
| c0f7a75dc8 |
|
|
@ -17,7 +17,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
- repo: https://github.com/hadialqattan/pycln
|
- repo: https://github.com/hadialqattan/pycln
|
||||||
rev: v2.4.0
|
rev: v2.5.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pycln
|
- id: pycln
|
||||||
args: [-a]
|
args: [-a]
|
||||||
|
|
@ -25,6 +25,7 @@ repos:
|
||||||
rev: '1.7.5'
|
rev: '1.7.5'
|
||||||
hooks:
|
hooks:
|
||||||
- id: bandit
|
- id: bandit
|
||||||
|
additional_dependencies: ['pbr']
|
||||||
- repo: https://github.com/PyCQA/isort
|
- repo: https://github.com/PyCQA/isort
|
||||||
rev: 5.12.0
|
rev: 5.12.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
||||||
|
|
@ -152,7 +152,7 @@ close one or more specific issues in a repository, with dry-run disabled by defa
|
||||||
|
|
||||||
### `update-group-channels-on-mm`
|
### `update-group-channels-on-mm`
|
||||||
|
|
||||||
update Mattermost channels for student groups based on team information on Gitea. It will only add missing users, never delete anyone.
|
update group Mattermost channels for student groups based on team information on Gitea. It will only add missing users, never delete anyone.
|
||||||
|
|
||||||
### `update-personal-channels-on-mm`
|
### `update-personal-channels-on-mm`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1004,7 +1004,9 @@ class Gitea:
|
||||||
)
|
)
|
||||||
break
|
break
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
logger.warning(
|
||||||
|
f"Could not determine id of label '{label_name}' in {repo_name}"
|
||||||
|
)
|
||||||
|
|
||||||
if lid is None:
|
if lid is None:
|
||||||
logger.warning(
|
logger.warning(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user