Skip to content

Commit fcc8d10

Browse files
authored
Merge pull request #46 from saadmk11/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 9b512bc + 0df392a commit fcc8d10

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.4.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- id: check-case-conflict
1111
- id: check-merge-conflict
1212

1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.2.2
14+
rev: v3.3.1
1515
hooks:
1616
- id: pyupgrade
1717
args: [--py310-plus]
1818

1919
- repo: https://github.com/psf/black
20-
rev: 22.10.0
20+
rev: 22.12.0
2121
hooks:
2222
- id: black
2323

@@ -29,13 +29,13 @@ repos:
2929
- black==22.6.0
3030

3131
- repo: https://github.com/pycqa/isort
32-
rev: 5.10.1
32+
rev: 5.11.1
3333
hooks:
3434
- id: isort
3535
args: ["--profile", "black"]
3636

3737
- repo: https://github.com/PyCQA/flake8
38-
rev: 5.0.4
38+
rev: 6.0.0
3939
hooks:
4040
- id: flake8
4141
args:

0 commit comments

Comments
 (0)