Skip to content

Commit 2cb7f84

Browse files
committed
fixed with precommit, deleted migrations
1 parent 45e3780 commit 2cb7f84

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+71
-2284
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22
default_language_version:
33
python: python3.10
44

5+
exclude: ^(\.git|\.[^/]+|migrations|docs|lemur/static/dist)(/|$)|.*\.(md|rst)$
6+
57
repos:
6-
# - repo: https://github.com/pre-commit/pre-commit-hooks
7-
# rev: v6.0.0
8-
# hooks:
9-
# - id: trailing-whitespace
10-
# - id: check-merge-conflict
11-
# - id: mixed-line-ending
12-
# - id: end-of-file-fixer
13-
# - id: check-yaml
14-
# - id: check-toml
8+
- repo: https://github.com/pre-commit/pre-commit-hooks
9+
rev: v6.0.0
10+
hooks:
11+
- id: check-added-large-files
12+
- id: check-executables-have-shebangs
13+
- id: check-shebang-scripts-are-executable
14+
- id: trailing-whitespace
15+
- id: mixed-line-ending
16+
- id: end-of-file-fixer
17+
- id: fix-byte-order-marker
1518

1619
- repo: https://github.com/gitleaks/gitleaks
1720
rev: v8.30.0

AUTHORS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
- Kevin Glisson <[email protected]>
22
- Jeremy Heffner <[email protected]>
3-

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@
198198
distributed under the License is distributed on an "AS IS" BASIS,
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201-
limitations under the License.
201+
limitations under the License.

0 commit comments

Comments
 (0)