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

Commit

Permalink
Merge bf25892 into 3713c1a
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jan 1, 2022
2 parents 3713c1a + bf25892 commit 22c34d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- 3.7
- 3.8
- 3.9
- '3.10'
steps:
- uses: actions/checkout@v2
- name: Set up Python v${{ matrix.python-version }}
Expand Down
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.20.0
rev: v2.31.0
hooks:
- id: pyupgrade
args:
- --py36-plus
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: end-of-file-fixer
name: end-of-file-fixer
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.17.0
rev: v1.20.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies:
- flake8-implicit-str-concat
- flake8-absolute-import
files: \.py$
- repo: https://github.com/PyCQA/isort
rev: 5.9.1
rev: 5.10.1
hooks:
- id: isort
args:
- --filter-files
files: \.py$
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.12b0
hooks:
- id: black
language_version: python3
files: \.py$
- repo: https://github.com/adrienverge/yamllint
rev: v1.26.1
rev: v1.26.3
hooks:
- id: yamllint
files: .+\.(yml|yaml)
args:
- -c
- .yamllint
- repo: https://github.com/mondeja/repo-stream
rev: v1.1.0
rev: v1.3.1
hooks:
- id: repo-stream
args:
Expand All @@ -56,6 +56,6 @@ repos:
- id: dev-extras-required
- id: root-editorconfig-required
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.3.5
rev: 2.4.0
hooks:
- id: editorconfig-checker

0 comments on commit 22c34d8

Please sign in to comment.