Skip to content

Commit

Permalink
[pre-commit] update isort version
Browse files Browse the repository at this point in the history
  • Loading branch information
twenzel225 committed Jan 30, 2023
1 parent 5626e76 commit 92ca86a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
- id: seed-isort-config
args: [--application-directories, tests udm_rest_client, --extra, update_openapi_client]
- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
rev: 5.11.5
hooks:
- id: isort
entry: isort -c
Expand Down
7 changes: 7 additions & 0 deletions test_server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# copy this file to tests/test_server.yaml and adapt settings
#
host: "10.207.138.161"
username: "Administrator"
user_dn: "uid=Administrator,cn=users,dc=ram,dc=local"
password: "univention"
7 changes: 7 additions & 0 deletions tests/test_server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# copy this file to tests/test_server.yaml and adapt settings
#
host: "10.207.138.161"
username: "Administrator"
user_dn: "uid=Administrator,cn=users,dc=ram,dc=local"
password: "univention"

0 comments on commit 92ca86a

Please sign in to comment.