Skip to content

Commit

Permalink
Merge pull request #3 from Neihouse/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Neihouse authored Jan 17, 2024
2 parents e7cbecf + 19166d9 commit 9bf4941
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 21.5b2
rev: 23.12.1
hooks:
- id: black
language_version: python3.8

- repo: https://github.com/prettier/prettier
rev: 2.3.0
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
exclude: '^docs/'

- repo: https://github.com/pycqa/flake8
rev: 3.9.2
rev: 7.0.0
hooks:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v7.27.0
rev: v9.0.0-alpha.1
hooks:
- id: eslint
additional_dependencies: ['eslint@7.27.0']

- repo: https://github.com/PyCQA/bandit
rev: 1.7.0
rev: 1.7.6
hooks:
- id: bandit

- repo: https://github.com/PyCQA/isort
rev: 5.8.0
rev: 5.13.2
hooks:
- id: isort
name: isort (python)

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
rev: v1.8.0
hooks:
- id: mypy
additional_dependencies: ['types-requests', 'types-setuptools']
Expand Down

0 comments on commit 9bf4941

Please sign in to comment.