From f19ca062af74fa3802f9db44bb4dcab733c2f8ba Mon Sep 17 00:00:00 2001 From: Daniel Grams Date: Sat, 27 Jan 2024 10:43:03 +0100 Subject: [PATCH] Add event place filter for API #563 --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 44d6745..6b0be35 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,5 +9,5 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v4 - uses: jamescurtin/isort-action@master - - uses: psf/black@stable - - uses: TrueBrain/actions-flake8@v1.4.1 \ No newline at end of file + - uses: psf/black@23.3.0 + - uses: TrueBrain/actions-flake8@v1.4.1