Skip to content

Commit c169e1f

Browse files
authored
Update linters (#24)
2 parents c6280e5 + 6ce0f11 commit c169e1f

File tree

6 files changed

+310
-302
lines changed

6 files changed

+310
-302
lines changed

.flake8

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# -*- cfg -*-
22
[flake8]
3-
format = ${cyan}%(path)s${reset}:${yellow_bold}%(row)d${reset}:${green_bold}%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s
43
exclude = .git, .venv, docs/conf.py
54
ignore =
65
E722 ; do not use bare 'except'

.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: identity
1111
- id: check-hooks-apply
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v3.4.0
13+
rev: v4.3.0
1414
hooks:
1515
- id: check-merge-conflict
1616
- id: debug-statements
@@ -29,7 +29,7 @@ repos:
2929
- id: pyupgrade
3030
args: ["--py37-plus"]
3131
- repo: https://github.com/ikamensh/flynt/
32-
rev: '0.63'
32+
rev: '0.76'
3333
hooks:
3434
- id: flynt
3535
- repo: local

0 commit comments

Comments
 (0)