Skip to content

Commit f26336f

Browse files
committed
Fix pre-commint configs
1 parent ea7ec9f commit f26336f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

2727
repos:
28-
- repo: https://github.com/timothycrosley/isort
28+
- repo: https://github.com/PyCQA/isort
2929
rev: 5.12.0
3030
hooks:
3131
- id: isort
@@ -36,7 +36,7 @@ repos:
3636
- id: black
3737
types_or: [python, cython]
3838
- repo: https://github.com/PyCQA/flake8
39-
rev: 5.0.4
39+
rev: 7.3.0
4040
hooks:
4141
- id: flake8
4242
args: [--max-line-length=88, --select=C,E,F,W,B,B950, --extend-ignore = E203,E501]

0 commit comments

Comments
 (0)