forked from JOJ/Joint-Teapot
		
	Compare commits
	
		
			No commits in common. "7bddebe80687139a5c499f2a983169a0748558c3" and "a2f6a83b09ed2908208a914a13935c29e3412e02" have entirely different histories.
		
	
	
		
			7bddebe806
			...
			a2f6a83b09
		
	
		
| 
						 | 
				
			
			@ -17,7 +17,7 @@ repos:
 | 
			
		|||
    hooks:
 | 
			
		||||
      - id: pyupgrade
 | 
			
		||||
  - repo: https://github.com/hadialqattan/pycln
 | 
			
		||||
    rev: v2.5.0
 | 
			
		||||
    rev: v2.4.0
 | 
			
		||||
    hooks:
 | 
			
		||||
      - id: pycln
 | 
			
		||||
        args: [-a]
 | 
			
		||||
| 
						 | 
				
			
			@ -25,7 +25,6 @@ repos:
 | 
			
		|||
    rev: '1.7.5'
 | 
			
		||||
    hooks:
 | 
			
		||||
    - id: bandit
 | 
			
		||||
      additional_dependencies: ['pbr']
 | 
			
		||||
  - repo: https://github.com/PyCQA/isort
 | 
			
		||||
    rev: 5.12.0
 | 
			
		||||
    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 Mattermost channels for student groups based on team information on Gitea. It will only add missing users, never delete anyone.
 | 
			
		||||
update 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`
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1004,9 +1004,7 @@ class Gitea:
 | 
			
		|||
                            )
 | 
			
		||||
                            break
 | 
			
		||||
                except Exception:
 | 
			
		||||
                    logger.warning(
 | 
			
		||||
                        f"Could not determine id of label '{label_name}' in {repo_name}"
 | 
			
		||||
                    )
 | 
			
		||||
                    pass
 | 
			
		||||
 | 
			
		||||
            if lid is None:
 | 
			
		||||
                logger.warning(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user