Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit suggestions (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored and Borda committed Nov 29, 2021
1 parent cae694f commit 16daffe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pkg-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8

- name: Check package
run: |
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
# name: fixing PEP8

- repo: https://github.com/PyCQA/isort
rev: 5.9.1
rev: 5.10.1
hooks:
- id: isort
name: imports
Expand All @@ -38,7 +38,7 @@ repos:
require_serial: false

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.7
rev: 0.7.10
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -47,12 +47,12 @@ repos:
- mdformat_frontmatter

- repo: https://github.com/asottile/yesqa
rev: v1.2.3
rev: v1.3.0
hooks:
- id: yesqa

- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8
name: PEP8

0 comments on commit 16daffe

Please sign in to comment.