Skip to content

Commit

Permalink
update blame-ignore-revs and deactivate pep8 check
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamv committed Feb 8, 2023
1 parent 380792d commit 028ef15
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 35 deletions.
4 changes: 4 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Run code through autopep8
482f6e642f4e7a4a2a6f82fe5f1dd739af6b61e8

# Run code through black
af5dbfc6d12716cd91155e8c85fa350b13c28d8e
0c3b4f8a61617f66956c71f206b961a5ced0d5ab
36 changes: 36 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,39 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

#name: pep8 check

#on:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]

#permissions:
# contents: read

#jobs:
# check:

# runs-on: ubuntu-latest

# steps:
# - uses: actions/checkout@v3
# - name: Set up Python 3.10
# uses: actions/setup-python@v3
# with:
# python-version: "3.10"
# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# python -m pip install pycodestyle
# - name: Pep8 Check
# run: |
# ls
# pwd
# lscpu
# pycodestyle mcdc
35 changes: 0 additions & 35 deletions .github/workflows/pep8-check.yml

This file was deleted.

0 comments on commit 028ef15

Please sign in to comment.