Skip to content

Commit

Permalink
dev: update pre-commit deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SlowMo24 authored Nov 17, 2023
1 parent bf6c26c commit be07d01
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
repos:
- repo: https://github.com/ambv/black
rev: 23.1.0
rev: 23.11.0
hooks:
- id: black
language_version: python3.10
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
args:
Expand All @@ -14,19 +13,19 @@ repos:
- "--ignore=E501,W503,E203,F401,D400,D205,D401,D202,T001,D105"
additional_dependencies:
[
"flake8-bugbear==23.2.13",
"flake8-bugbear==23.9.16",
"flake8-coding==1.3.2",
"flake8-comprehensions==3.10.1",
"flake8-comprehensions==3.14.0",
"flake8-debugger==4.1.2",
"flake8-deprecated==2.0.1",
"flake8-pep3101==2.0.0",
"flake8-deprecated==2.2.1",
"flake8-pep3101==2.1.0",
"flake8-polyfill==1.0.2",
"flake8-print==5.0.0",
"flake8-string-format==0.3.0",
"flake8-docstrings==1.7.0",
]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit be07d01

Please sign in to comment.