From dad6eb28e6ef3a5224e1f6a7f3e9fac51151aaf6 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 12 Dec 2023 12:53:48 +0000 Subject: [PATCH] :construction_worker_man: sync DINAR Pushed from https://github.com/itpp-labs/DINAR/.github/workflows/fork2repos.yml --- .github/workflows/DINAR-pr.yml | 4 +++- .pre-commit-config.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/DINAR-pr.yml b/.github/workflows/DINAR-pr.yml index 57266590..629606e2 100644 --- a/.github/workflows/DINAR-pr.yml +++ b/.github/workflows/DINAR-pr.yml @@ -27,7 +27,9 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 + with: + python-version: "3.8" - name: Check Python Version run: echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >> diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5f050711..1c42c73c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ default_language_version: node: "14.13.0" repos: - repo: https://github.com/myint/autoflake - rev: v1.4 + rev: v1.6.1 hooks: - id: autoflake args: ["-i", "--ignore-init-module-imports"]