Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2024
1 parent a24055c commit 16ac08d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions gixstapose/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""GIXStapose version."""

VERSION = (0, 0, 4)

__version__ = ".".join(map(str, VERSION))
1 change: 1 addition & 0 deletions gixstapose/diffractometer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Diffractometer module of GIXStapose."""

import os
import time
from os import makedirs
Expand Down
1 change: 1 addition & 0 deletions gixstapose/draw_scene.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Scene drawing module for GIXStapose."""

import os
import random

Expand Down
1 change: 1 addition & 0 deletions gixstapose/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""GIXStapose QT application."""

import argparse
import os
from pathlib import Path
Expand Down

0 comments on commit 16ac08d

Please sign in to comment.