Compare commits

..

2 commits

Author SHA1 Message Date
90e2c1a888 Fmt. 2023-05-30 22:22:30 -06:00
ed5699b50d Enable selective formatting 2023-05-30 22:22:13 -06:00
2 changed files with 4 additions and 7 deletions

View file

@ -16,6 +16,8 @@ from time import sleep
from typing import Callable from typing import Callable
from urllib import parse as urlparse from urllib import parse as urlparse
from fastmail import FastMailSMTP
from flask import Flask as App, render_template
from octorest import OctoRest as _OR from octorest import OctoRest as _OR
from requests import Response from requests import Response
from requests.exceptions import ( from requests.exceptions import (
@ -23,10 +25,7 @@ from requests.exceptions import (
HTTPError, HTTPError,
Timeout, Timeout,
) )
from flask import Flask as App, current_app, render_template
from tentacles.store import Store from tentacles.store import Store
from fastmail import FastMailSMTP
class OctoRest(_OR): class OctoRest(_OR):

View file

@ -2,9 +2,7 @@
set -euox pipefail set -euox pipefail
cd "$(git rev-parse --show-toplevel)" cd "$(git rev-parse --show-toplevel)"
bazel build //tools/... //projects/reqman DIRS=("${@:-projects tools}")
DIRS=(projects tools)
function brl() { function brl() {
bin="$1" bin="$1"
@ -20,4 +18,4 @@ for d in "${DIRS[@]}"; do
brl tools/unify --quote '"' -ir $(realpath "$d") brl tools/unify --quote '"' -ir $(realpath "$d")
done done
brl projects/reqman clean tools/python/requirements.txt # brl projects/reqman clean tools/python/requirements.txt