Skip to content
Snippets Groups Projects
Unverified Commit 246a5631 authored by auphelia's avatar auphelia Committed by GitHub
Browse files

Merge pull request #716 from Xilinx/hotfix/lint_flake8

[pre-commit] Update flake8 link
parents 781613ed 087f6b34
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,8 @@ jobs: ...@@ -17,6 +17,8 @@ jobs:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v3 uses: actions/setup-python@v3
with:
python-version: '3.8'
- name: Run Lint - name: Run Lint
uses: pre-commit/action@v3.0.0 uses: pre-commit/action@v3.0.0
...@@ -61,7 +61,7 @@ repos: ...@@ -61,7 +61,7 @@ repos:
- id: black - id: black
language_version: python3 language_version: python3
- repo: https://gitlab.com/pycqa/flake8 - repo: https://github.com/PyCQA/flake8
rev: 3.9.2 rev: 3.9.2
hooks: hooks:
- id: flake8 - id: flake8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment