Skip to content

Commit 0fa958f

Browse files
[pre-commit.ci] pre-commit autoupdate (#194)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 21.12b0 → 22.1.0](psf/black@21.12b0...22.1.0) * Update lint.yml Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tonye Jack <[email protected]>
1 parent 3d9840d commit 0fa958f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot'
1414
strategy:
15-
fail-fast: true
15+
fail-fast: false
1616
matrix:
1717
python-version: [3.6, 3.7, 3.8, 3.9, '3.10.0-beta.1']
1818

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
exclude: ^docs/.*|.*.md
2121

2222
- repo: https://github.com/psf/black
23-
rev: 21.12b0
23+
rev: 22.1.0
2424
hooks:
2525
- id: black
2626
language_version: python3

0 commit comments

Comments
 (0)