Skip to content

Commit 93c47bf

Browse files
committed
[UPD] Atualizando as Bibliotecas do Pre-Commit.
1 parent 29c9178 commit 93c47bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
exclude: '^(\.tox|ci/templates|\.bumpversion\.cfg)(/|$)'
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v4.5.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
1212
- id: debug-statements
1313
- repo: https://github.com/timothycrosley/isort
14-
rev: 5.12.0
14+
rev: 5.13.2
1515
hooks:
1616
- id: isort
1717
- repo: https://github.com/psf/black
18-
rev: 23.3.0
18+
rev: 23.12.1
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/pycqa/flake8
22-
rev: 6.0.0
22+
rev: 7.0.0
2323
hooks:
2424
- id: flake8

0 commit comments

Comments
 (0)