chore: clean files using pre-commit

This commit is contained in:
jo 2022-11-18 22:12:21 +01:00 committed by Marge Me
commit 0061e82ecd
81 changed files with 137 additions and 128 deletions

View file

@ -1,3 +1,5 @@
#!/usr/bin/env bash
outdated=$(pip list -o)
echo -n "$outdated"
return_code=$(echo -n "$outdated" | wc -l)

2
scripts/clean-unused-artifacts.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import gitlab
TOKEN = "CHANGEME"

2
scripts/get-contributions-stats.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import argparse
import requests
import os

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python3
import argparse
import json
import sys