Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0)
- [github.com/psf/black: 22.1.0 → 22.8.0](psf/black@22.1.0...22.8.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.9.2 → 5.0.4](PyCQA/flake8@3.9.2...5.0.4)
  • Loading branch information
pre-commit-ci[bot] authored Sep 5, 2022
1 parent 55020b5 commit 6a74926
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
types: [py]
hooks:
- id: end-of-file-fixer
Expand All @@ -13,15 +13,15 @@ repos:
- id: check-yaml

- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.8.0
types: [ python ]
hooks:
- id: black
additional_dependencies: ['click==8.0.4']
args: [ --safe ]

- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
args: [--config, setup.cfg]

0 comments on commit 6a74926

Please sign in to comment.