Skip to content

Commit 83fe908

Browse files
[CI/CD] pre-commit autoupdate (#2888)
Co-authored-by: MichaIng <micha@dietpi.com>
1 parent 046f452 commit 83fe908

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/workflows/shellcheck.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login != github.event.pull_request.base.repo.owner.login
1515
runs-on: ubuntu-22.04
1616
steps:
17+
- name: Install xz-utils
18+
run: |
19+
sudo apt-get -q update
20+
sudo DEBIAN_FRONTEND=noninteractive apt-get -qq --no-install-recommends install xz-utils
1721
- uses: actions/checkout@v4
1822
- name: Download shellcheck
1923
run: |

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
args:
2727
- --skip=B104,B105,B108,B110,B301,B310,B321,B324,B402,B403,B404,B602,B603,B604,B605,B607,B701
2828
- repo: https://github.com/python/black
29-
rev: 23.11.0
29+
rev: 23.12.0
3030
hooks:
3131
- id: black
3232
args: [--skip-string-normalization]
@@ -49,7 +49,7 @@ repos:
4949
- --show-source
5050
- --statistics
5151
- repo: https://github.com/timothycrosley/isort
52-
rev: 5.13.0
52+
rev: 5.13.1
5353
hooks:
5454
- id: isort
5555
args: ["--profile", "black", "--filter-files"]

motioneye/locale/motioneye.js.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-12-09 23:08+0000\n"
11+
"POT-Creation-Date: 2023-12-12 18:23+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

motioneye/locale/motioneye.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PROJECT VERSION\n"
1010
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11-
"POT-Creation-Date: 2023-12-09 23:08+0000\n"
11+
"POT-Creation-Date: 2023-12-12 18:23+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=utf-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
18-
"Generated-By: Babel 2.13.1\n"
18+
"Generated-By: Babel 2.14.0\n"
1919

2020
#: motioneye/server.py:232
2121
msgid "interrompa signalo ricevita, fermanta …"

0 commit comments

Comments
 (0)