Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1b8812a

Browse files
committed
dropmake lint
1 parent2d0158c commit1b8812a

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

‎Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
.PHONY: alllintclean release force_release
1+
.PHONY: all clean release force_release
22

33
all:
44
@awk -F:'/^[[:alpha:]].*:/ && !/^all:/ {print $$1}' Makefile
55

6-
lint:
7-
SKIP=pre-commit run --all-files --hook-stage manual
8-
96
clean:
107
rm -rf build/ dist/ .eggs/ .tox/
118

‎README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ To lint, and apply automatic code formatting, run:
165165
pre-commit run --all-files
166166
```
167167

168-
- Linting without modifying code can be done with:`make lint`
169-
- Auto-formatting without other lint checks can be done with:`black .`
170-
171168
To typecheck, run:
172169

173170
```bash

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp