Skip to content

Commit

Permalink
Merge pull request #35 from fabianhe/dev
Browse files Browse the repository at this point in the history
Release 0.8.0
  • Loading branch information
fabianhe authored Sep 28, 2021
2 parents b9a500d + 9a2f7eb commit c71b3a8
Show file tree
Hide file tree
Showing 42 changed files with 772 additions and 505 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ repos:
hooks:
- id: flake8
additional_dependencies: ["flake8-absolute-import"]
- repo: local
hooks:
- id: pylint
name: pylint
entry: pylint
language: system
types: [python]
require_serial: true
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
hooks:
Expand Down
4 changes: 2 additions & 2 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ Either provide the commit ids to analyze on stdin or as a file argument.
**Usage**:

```console
$ pyrepositoryminer analyze [OPTIONS] REPOSITORY [METRICS]:[blobcount|cacherate|complexity|difftokei|halstead|linecount|linelength|loc|maintainability|nesting|pylinecount|raw|seerene|tokei|touchedlines]...
$ pyrepositoryminer analyze [OPTIONS] REPOSITORY [METRICS]:[blobcount|cacherate|complexity|diffpylinecount|difftokei|halstead|linecount|linelength|loc|maintainability|nesting|pylinecount|raw|seerene|tokei|touchedlines]...
```

**Arguments**:

* `REPOSITORY`: The path to the bare repository. [required]
* `[METRICS]:[blobcount|cacherate|complexity|difftokei|halstead|linecount|linelength|loc|maintainability|nesting|pylinecount|raw|seerene|tokei|touchedlines]...`
* `[METRICS]:[blobcount|cacherate|complexity|diffpylinecount|difftokei|halstead|linecount|linelength|loc|maintainability|nesting|pylinecount|raw|seerene|tokei|touchedlines]...`

**Options**:

Expand Down
Loading

0 comments on commit c71b3a8

Please sign in to comment.