Skip to content

Commit

Permalink
doublechecking ruff errors
Browse files Browse the repository at this point in the history
  • Loading branch information
reunicorn1 committed Jan 12, 2025
1 parent 50ef5f1 commit c8a8d39
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion solutions/arithmetic_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-arithmetic_sequence:generating a sequence of n arithmetic numbers.
Created on Sunday 22/December/2024
@author:Mayar Ali
@author: Mayar Ali
"""

# ---before documenting and testing---
Expand Down
2 changes: 1 addition & 1 deletion solutions/armstrong_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
Module checks if a number is an Armstrong number.
Created on 2025-01-02
Author: Ahmed
Author: Ahmed Goutbi
"""


Expand Down
1 change: 1 addition & 0 deletions solutions/copy_from_file_to_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
Created on 1 Jan 2025 "Happy New Year!"
@author: Saja Abusafia
"""

import os
Expand Down
1 change: 1 addition & 0 deletions solutions/game_greeting.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Author: Mohamed Tilal
Created date: 6/1/2025
"""
# the function:

Expand Down
1 change: 1 addition & 0 deletions solutions/tests/test_arithmetic_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"""
Created on Monday 30/December/2024
@author:Mayar Ali
"""

import unittest
Expand Down
2 changes: 1 addition & 1 deletion solutions/tests/test_copy_from_file_to_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
AssertionError: If the source or destination file is not a .txt file
Created on: 22-December-2024
@Author: Saja AbuSafia
Author: Saja AbuSafia
"""

import unittest
Expand Down
1 change: 1 addition & 0 deletions solutions/tests/test_fuel_gauge.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-
"""
Testing the functin fuel_gauge
"""

import unittest
Expand Down
1 change: 1 addition & 0 deletions solutions/tests/test_game_greeting.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
test_game_greeting.py
this module contains unit tests for the 'game_greeting' function.
"""

import unittest
Expand Down
1 change: 1 addition & 0 deletions solutions/tests/test_is_anagram.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
Created on: 2024-01-02
Author: Reem Osama
"""

import unittest
Expand Down
1 change: 1 addition & 0 deletions solutions/tests/test_word_count_from_file.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/user/bin/env python3
# *-* coding: utf-8 *-*
"""
Unit tests for the `word_count_txt_file` function.
Tests the following scenarios:
Expand Down
1 change: 1 addition & 0 deletions solutions/word_count_from_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
Created on 30-Dec-2024
@author: Saja Abusafia
"""

import os
Expand Down

0 comments on commit c8a8d39

Please sign in to comment.