diff options
-rw-r--r-- | .github/workflows/ci.yaml | 2 | ||||
-rw-r--r-- | .pre-commit-config.yaml | 2 | ||||
-rw-r--r-- | README.rst | 4 |
3 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d3e04ff2..6e6f39a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -110,7 +110,7 @@ jobs: run: | . venv/bin/activate pip install -e . - pre-commit run --all-files + pre-commit run pylint --all-files prepare-tests-linux: name: Prepare tests for Python ${{ matrix.python-version }} (Linux) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d62b4c3f..8dc95c32 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,5 @@ +ci: + skip: [pylint] repos: - repo: https://github.com/myint/autoflake rev: v1.4 @@ -18,6 +18,10 @@ Astroid .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black +.. image:: https://results.pre-commit.ci/badge/github/PyCQA/astroid/master.svg + :target: https://results.pre-commit.ci/latest/github/PyCQA/astroid/master + :alt: pre-commit.ci status + .. |tideliftlogo| image:: https://raw.githubusercontent.com/PyCQA/astroid/master/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White.png :width: 75 :height: 60 |