Skip to content

Commit 493137b

Browse files
authored
Fix vulnerability. (#116)
1 parent 9ac2e22 commit 493137b

4 files changed

Lines changed: 2090 additions & 1417 deletions

File tree

‎.pre-commit-config.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: standard
1111

1212
- repo: https://github.com/ambv/black
13-
rev: 26.1.0
13+
rev: 26.3.1
1414
hooks:
1515
- id: black
1616
args: ['--line-length=79']
@@ -40,6 +40,6 @@ repos:
4040
- id: doc8
4141

4242
- repo: https://github.com/pycqa/isort
43-
rev: 7.0.0
43+
rev: 8.0.1
4444
hooks:
4545
- id: isort

0 commit comments

Comments
 (0)