We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a73cb4 commit 6b5b5d7Copy full SHA for 6b5b5d7
.github/workflows/release.yml
@@ -58,4 +58,3 @@ jobs:
58
skip-existing: true
59
verbose: true
60
print-hash: true
61
-
.pre-commit-config.yaml
@@ -1,5 +1,14 @@
1
repos:
2
3
+- repo: https://github.com/pre-commit/pre-commit-hooks
4
+ rev: v5.0.0
5
+ hooks:
6
+ - id: check-case-conflict
7
+ - id: check-merge-conflict
8
+ - id: check-yaml
9
+ - id: end-of-file-fixer
10
+ - id: trailing-whitespace
11
+
12
- repo: https://github.com/adamchainz/django-upgrade
13
rev: "1.25.0"
14
hooks:
LICENSE
@@ -199,4 +199,3 @@
199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
See the License for the specific language governing permissions and
201
limitations under the License.
202
0 commit comments