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

Commit 641a38c

Browse files
committed
1.5.1
1 parent 80f82f4 commit 641a38c

File tree

4 files changed

+145
-156
lines changed

4 files changed

+145
-156
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: ["main"]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: ["main"]
88
schedule:
99
- cron: "11 22 * * 1"
1010

@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
language: [ python ]
23+
language: [python]
2424

2525
steps:
2626
- name: Checkout

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ repos:
1515
- id: pyupgrade
1616
args: ["--py38-plus"]
1717
- repo: https://github.com/hadialqattan/pycln
18-
rev: v2.1.2
18+
rev: v2.1.3
1919
hooks:
2020
- id: pycln
2121
args: [--config=pyproject.toml]
2222
- repo: https://github.com/pycqa/isort
23-
rev: v5.11.3
23+
rev: 5.11.4
2424
hooks:
2525
- id: isort
2626
- repo: https://github.com/psf/black
@@ -33,7 +33,7 @@ repos:
3333
hooks:
3434
- id: codespell
3535
- repo: https://github.com/asottile/blacken-docs
36-
rev: v1.12.1
36+
rev: 1.13.0
3737
hooks:
3838
- id: blacken-docs
3939
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -47,12 +47,12 @@ repos:
4747
exclude: "test_*"
4848
args: ["-iii", "-ll", "-s=B308,B703"]
4949
- repo: https://github.com/hadialqattan/pycln
50-
rev: v2.1.2
50+
rev: v2.1.3
5151
hooks:
5252
- id: pycln
5353
args: [--config=pyproject.toml]
5454
- repo: https://github.com/igorshubovych/markdownlint-cli
55-
rev: v0.32.2
55+
rev: v0.33.0
5656
hooks:
5757
- id: markdownlint
5858
args: [--disable=MD013, --disable=MD033, --disable=MD050]
@@ -81,14 +81,14 @@ repos:
8181
hooks:
8282
- id: flake8-markdown
8383
- repo: https://github.com/pycqa/pydocstyle
84-
rev: 6.1.1
84+
rev: 6.2.3
8585
hooks:
8686
- id: pydocstyle
8787
exclude: "test*|examples*"
8888
additional_dependencies:
8989
- pydocstyle[toml]
9090
- repo: https://github.com/pycqa/pylint
91-
rev: "v2.15.9"
91+
rev: "v2.16.0b0"
9292
hooks:
9393
- id: pylint
9494
exclude: "test_*|docs"

0 commit comments

Comments
 (0)