Skip to content

Commit

Permalink
Merge branch 'main' of github.com:xpublish-community/xpublish-wms
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci committed Sep 26, 2023
2 parents 7b3a591 + af409f1 commit 7f3ca32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- id: blackdoc

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
exclude: docs/source/conf.py
Expand All @@ -41,7 +41,7 @@ repos:
args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
language_version: python3
Expand All @@ -54,13 +54,13 @@ repos:
- --quiet-level=2

- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.13.0
hooks:
- id: pyupgrade
args:
- --py36-plus

- repo: https://github.com/asottile/add-trailing-comma
rev: v3.0.0
rev: v3.1.0
hooks:
- id: add-trailing-comma

0 comments on commit 7f3ca32

Please sign in to comment.