Skip to content

Commit

Permalink
poetry update
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Jan 31, 2023
1 parent f1dda4b commit 0b7a480
Show file tree
Hide file tree
Showing 4 changed files with 2,397 additions and 2,378 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Black Check
uses: psf/black@stable
with:
version: "22.8.0"
version: "22.12.0"

isort:
runs-on: ubuntu-latest
Expand All @@ -23,7 +23,7 @@ jobs:
python-version: '3.x'
- name: Install isort
run: |
pip install isort==5.10.1
pip install isort==5.12.0
- name: run isort
run: |
isort --check-only --quiet .
Expand All @@ -41,21 +41,3 @@ jobs:
pip install ruff
- name: Run Ruff
run: ruff .

pylint-disabled:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install package
run: |
pip install .
- name: Install pylint
run: |
pip install pylint perflint
- name: run pylint
continue-on-error: true
run: |
pylint zntrack --load-plugins=perflint
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ fail_fast: true

repos:
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.12.0
hooks:
- id: black

- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.133
rev: v0.0.238
hooks:
- id: ruff
Loading

0 comments on commit 0b7a480

Please sign in to comment.