Skip to content

Commit ff61dda

Browse files
authored
chore: update pre-commit config
1 parent 2402d71 commit ff61dda

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 5.10.1
3+
rev: 5.12.0
44
hooks:
55
- id: isort
66

77
- repo: https://github.com/python/black
8-
rev: 22.6.0
8+
rev: 23.3.0
99
hooks:
1010
- id: black
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.34.0
13+
rev: v3.3.1
1414
hooks:
1515
- id: pyupgrade
1616
args: ["--py37-plus"]
1717

1818
- repo: https://github.com/pycqa/flake8
19-
rev: 4.0.1
19+
rev: 6.0.0
2020
hooks:
2121
- id: flake8
2222
exclude: ^fuzz/generated/
2323

2424
- repo: https://github.com/PyCQA/bandit
25-
rev: 1.7.4
25+
rev: 1.7.5
2626
hooks:
2727
- id: bandit
2828
args: ["-c", "bandit.conf"]
2929

3030
- repo: https://github.com/jorisroovers/gitlint
31-
rev: v0.17.0
31+
rev: v0.19.1
3232
hooks:
3333
- id: gitlint

dev-requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
black==22.6.0
2-
isort==5.10.1
3-
pre-commit==2.19.0
4-
flake8==4.0.1
5-
bandit==1.7.4
6-
gitlint== v0.17.0
1+
black==23.3.0
2+
isort==5.12.0
3+
pre-commit==3.2.1
4+
flake8==6.0.0
5+
bandit==1.7.5
6+
gitlint== v0.19.1
77
py>=1.10.0
88
pytest
99
pytest-xdist

0 commit comments

Comments
 (0)