Skip to content

Commit

Permalink
Merge pull request #21 from octodns/black-formatting
Browse files Browse the repository at this point in the history
Black formatting
  • Loading branch information
ross authored Jul 11, 2022
2 parents d11d8bb + 6cd8a82 commit a2aaa7f
Show file tree
Hide file tree
Showing 12 changed files with 1,820 additions and 1,781 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Commit that added in black formatting support
98ce05a9ebb46033cbbc993ad6b2134c9d9e476f
1 change: 1 addition & 0 deletions .git_hooks_pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ ROOT=$(dirname "$GIT")

. "$ROOT/env/bin/activate"
"$ROOT/script/lint"
"$ROOT/script/format" --check --quiet || (echo "Formatting check failed, run ./script/format" && exit 1)
"$ROOT/script/coverage"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ See https://github.com/octodns/octodns/blob/master/docs/dynamic_records.md#healt
rapid_recheck: True
```

### Developement
### Development

See the [/script/](/script/) directory for some tools to help with the development process. They generally follow the [Script to rule them all](https://github.com/github/scripts-to-rule-them-all) pattern. Most useful is `./script/bootstrap` which will create a venv and install both the runtime and development related requirements. It will also hook up a pre-commit hook that covers most of what's run by CI.
Loading

0 comments on commit a2aaa7f

Please sign in to comment.